Shades of Dark Pink #E34F87
Tints of Dark Pink #E34F87
RGB
CMYK
RGB Variations
Color information
#E34F87 (or 0xE34F87) is known color: Dark Pink. HEX triplet: E3, 4F and 87. RGB value is (227,79,135). Sum of RGB (Red+Green+Blue) = 227+79+135=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F87 is #1CB078. Grayscale: #818181. Windows color (decimal): -1880185 or 8867811. OLE color: 8867811.
HSL color Cylindrical-coordinate representation of color #E34F87: hue angle of 337.3º degrees, saturation: 0.73, 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 #E34F87 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 135 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.11 |
| HSL | 337.3º | 0.73% | 0.6% | - |
| HSV(B) | 337.3º | 0.65% | 0.89% | - |
| XYZ | 38.85 | 23.67 | 25.44 | - |
| YUV | 129.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 135 | 0 | 0.65 | 0.41 | 0.11 | 337.3 | 0.73 | 0.6 |
| Hex | E3 | 4F | 87 | 0 | 41 | 29 | B | 151 | 49 | 3C |
| Octal | 343 | 117 | 207 | 0 | 101 | 51 | 13 | 521 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10000111 | 0 | 1000001 | 101001 | 1011 | 101010001 | 1001001 | 111100 |
Color Harmonies of #E34F87
Complementary color
Monochromatic Colors of #E34F87
Black with #E34F87
Text Example
Text Example
White with #E34F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F87; }
p { color: rgb(227,79,135); }
H1.HeaderClassName
{
color: #E34F87;
}
.AnyTagClassName
{
color: #E34F87;
}
</style>
background-color css
<style>
a { background-color: #E34F87; }
a { background-color: rgb(227,79,135); }
div.DivClassName
{
background-color: #E34F87;
}
.BgClassName
{
background-color: #E34F87;
}
</style>
border-color css
<style>
span { border-color: #E34F87; }
span { border-color: rgb(227,79,135); }
td.TdClassName
{
border-color: #E34F87;
}
.TagClassName
{
border-color: #E34F87;
}
</style>