Shades of Dark Pink #E35E81
Tints of Dark Pink #E35E81
RGB
CMYK
RGB Variations
Color information
#E35E81 (or 0xE35E81) is known color: Dark Pink. HEX triplet: E3, 5E and 81. RGB value is (227,94,129). Sum of RGB (Red+Green+Blue) = 227+94+129=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35E81 is #1CA17E. Grayscale: #898989. Windows color (decimal): -1876351 or 8478435. OLE color: 8478435.
HSL color Cylindrical-coordinate representation of color #E35E81: hue angle of 344.21º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35E81 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 129 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.11 |
| HSL | 344.21º | 0.7% | 0.63% | - |
| HSV(B) | 344.21º | 0.59% | 0.89% | - |
| XYZ | 39.64 | 25.92 | 23.68 | - |
| YUV | 137.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 129 | 0 | 0.59 | 0.43 | 0.11 | 344.21 | 0.7 | 0.63 |
| Hex | E3 | 5E | 81 | 0 | 3B | 2B | B | 158 | 46 | 3F |
| Octal | 343 | 136 | 201 | 0 | 73 | 53 | 13 | 530 | 106 | 77 |
| Binary | 11100011 | 1011110 | 10000001 | 0 | 111011 | 101011 | 1011 | 101011000 | 1000110 | 111111 |
Color Harmonies of #E35E81
Complementary color
Monochromatic Colors of #E35E81
Black with #E35E81
Text Example
Text Example
White with #E35E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E81; }
p { color: rgb(227,94,129); }
H1.HeaderClassName
{
color: #E35E81;
}
.AnyTagClassName
{
color: #E35E81;
}
</style>
background-color css
<style>
a { background-color: #E35E81; }
a { background-color: rgb(227,94,129); }
div.DivClassName
{
background-color: #E35E81;
}
.BgClassName
{
background-color: #E35E81;
}
</style>
border-color css
<style>
span { border-color: #E35E81; }
span { border-color: rgb(227,94,129); }
td.TdClassName
{
border-color: #E35E81;
}
.TagClassName
{
border-color: #E35E81;
}
</style>