Shades of Dark Pink #E35087
Tints of Dark Pink #E35087
RGB
CMYK
RGB Variations
Color information
#E35087 (or 0xE35087) is known color: Dark Pink. HEX triplet: E3, 50 and 87. RGB value is (227,80,135). Sum of RGB (Red+Green+Blue) = 227+80+135=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E35087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35087 is #1CAF78. Grayscale: #828282. Windows color (decimal): -1879929 or 8868067. OLE color: 8868067.
HSL color Cylindrical-coordinate representation of color #E35087: hue angle of 337.55º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35087 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 135 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.11 |
| HSL | 337.55º | 0.72% | 0.6% | - |
| HSV(B) | 337.55º | 0.65% | 0.89% | - |
| XYZ | 38.92 | 23.82 | 25.47 | - |
| YUV | 130.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 135 | 0 | 0.65 | 0.41 | 0.11 | 337.55 | 0.72 | 0.6 |
| Hex | E3 | 50 | 87 | 0 | 41 | 29 | B | 152 | 48 | 3C |
| Octal | 343 | 120 | 207 | 0 | 101 | 51 | 13 | 522 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10000111 | 0 | 1000001 | 101001 | 1011 | 101010010 | 1001000 | 111100 |
Color Harmonies of #E35087
Complementary color
Monochromatic Colors of #E35087
Black with #E35087
Text Example
Text Example
White with #E35087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35087; }
p { color: rgb(227,80,135); }
H1.HeaderClassName
{
color: #E35087;
}
.AnyTagClassName
{
color: #E35087;
}
</style>
background-color css
<style>
a { background-color: #E35087; }
a { background-color: rgb(227,80,135); }
div.DivClassName
{
background-color: #E35087;
}
.BgClassName
{
background-color: #E35087;
}
</style>
border-color css
<style>
span { border-color: #E35087; }
span { border-color: rgb(227,80,135); }
td.TdClassName
{
border-color: #E35087;
}
.TagClassName
{
border-color: #E35087;
}
</style>