COLOR #E6266A

HEX: #E6266A RGB: (230,38,106)

Color info

#E6266A contains mainly red color. Web safe color of #E6266A is #CC3366 (or #C36).

RGB color model

#E6266A color RGB value is (230,38,106).

RGB: (230,38,106) (90%, 15%, 42%)

RGB channels and saturation

R 230 of 255 = 90%
G 38 of 255 = 15%
B 106 of 255 = 42%

230
38
106

R + G + B ~ 49%. #E6266A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 230 + 38 + 106 = 374 (100%)
R 230 of 374 ~ 61.5%
G 38 of 374 ~ 10.16%
B 106 of 374 ~ 28.34'%

%61.5
%28.34

CMYK color model

#E6266A color CMYK value is (0,83,54,10).

  • cyan value is 0.00%
  • magenta value is 83.48%
  • yellow value is 53.91%
  • key color value is 9.80%

CMYK: (0,83,54,10)
C0M83Y54K10 (0%, 83%, 54%, 10%)
(0.00 / 0.83 / 0.54 / 0.10)

CMYK percentages

%0
%83.48
%53.91
%9.8

Codes

Color #E6266A in popluar color models

E6 26 6A
RGB 230 38 106
HSL 339° 79.34% 52.55%
HSB/HSV 339° 83.48% 90.20%
CMYK 0.00% 83.48% 53.91%
9.80%

Color #E6266A in popluar number systems.

HEX E6 26 6A
Decimal 230 38 106
Binary 11100110 100110 1101010
Octal 346 46 152

Shades and tints

Shades of #E6266A

#E6266A
(230,38,106)
#D22361
(210,35,97)
#BE2058
(190,32,88)
#AA1D4F
(170,29,79)
#961A46
(150,26,70)
#82173D
(130,23,61)
#6E1434
(110,20,52)
#5A112B
(90,17,43)
#460E22
(70,14,34)
#320B19
(50,11,25)
#1E0810
(30,8,16)
#000000
(0,0,0)

Tints of #E6266A

#E6266A
(230,38,106)
#E83977
(232,57,119)
#EA4C84
(234,76,132)
#EC5F91
(236,95,145)
#EE729E
(238,114,158)
#F085AB
(240,133,171)
#F298B8
(242,152,184)
#F4ABC5
(244,171,197)
#F6BED2
(246,190,210)
#F8D1DF
(248,209,223)
#FAE4EC
(250,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6266A color. Also use rgb(230,38,106) instead hex code.

Text Font Color

.myTextColor { color: #E6266A; }

<p style="color:#E6266A">This sample text font color is #E6266A.</p>

This text font color is #E6266A.

Background Color

.myBgColor { background-color: #E6266A; }

<div style="background-color:#E6266A">Inner text</div>

This div background color is #E6266A.

Border color

.myBorderColor { border: 1px solid #E6266A; }

<div style="border:3px solid #E6266A">Div</div>

This div border color is #E6266A.

Opacity

.myOpacity80 { color: #E6266A; opacity: 0.8; }

<p style="color:#E6266A;opacity:0.8;">80%</p>

Text with #E6266A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6266A;}

<p style="text-shadow: 3px 3px 1px #E6266A">Text here.</p>

This text has shadow with #E6266A color.


.textShadow {text-shadow: 3px 3px 1px #E6266A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6266A, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6266A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6266A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6266A, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6266A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6266A;
-webkit-box-shadow: 1px 1px 3px 2px #E6266A;
box-shadow: 1px 1px 3px 2px #E6266A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6266A; -webkit-box-shadow: 1px 1px 3px 2px #E6266A; box-shadow:1px 1px 3px 2px #E6266A;">
Div content here
</div>

This div box has shadow with color #E6266A.

Preview

Color preview on black background

This text has color #E6266A on black background.


Color preview on white background

This text has color #E6266A on white background.


Black color preview on #E6266A background

This text has black color on #E6266A background.


White color preview on #E6266A background

This text has white color on #E6266A background.


Related colors

Complementary color

Complementary color for #E6266A is #19D995.


I love getcolorcode.com

Triadic colors

1 #6AE626 and #266AE6 with #E6266A are triadic colors.

2 #6A26E6 and #26E66A with #E6266A are triadic colors.