Shades of Dark Pink #E8457F
Tints of Dark Pink #E8457F
RGB
CMYK
RGB Variations
Color information
#E8457F (or 0xE8457F) is known color: Dark Pink. HEX triplet: E8, 45 and 7F. RGB value is (232,69,127). Sum of RGB (Red+Green+Blue) = 232+69+127=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8457F is #17BA80. Grayscale: #7C7C7C. Windows color (decimal): -1555073 or 8340968. OLE color: 8340968.
HSL color Cylindrical-coordinate representation of color #E8457F: hue angle of 338.65º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8457F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 127 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.09 |
| HSL | 338.65º | 0.78% | 0.59% | - |
| HSV(B) | 338.65º | 0.7% | 0.91% | - |
| XYZ | 39.24 | 22.94 | 22.44 | - |
| YUV | 124.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 127 | 0 | 0.70 | 0.45 | 0.09 | 338.65 | 0.78 | 0.59 |
| Hex | E8 | 45 | 7F | 0 | 46 | 2D | 9 | 153 | 4E | 3B |
| Octal | 350 | 105 | 177 | 0 | 106 | 55 | 11 | 523 | 116 | 73 |
| Binary | 11101000 | 1000101 | 1111111 | 0 | 1000110 | 101101 | 1001 | 101010011 | 1001110 | 111011 |
Color Harmonies of #E8457F
Complementary color
Monochromatic Colors of #E8457F
Black with #E8457F
Text Example
Text Example
White with #E8457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8457F; }
p { color: rgb(232,69,127); }
H1.HeaderClassName
{
color: #E8457F;
}
.AnyTagClassName
{
color: #E8457F;
}
</style>
background-color css
<style>
a { background-color: #E8457F; }
a { background-color: rgb(232,69,127); }
div.DivClassName
{
background-color: #E8457F;
}
.BgClassName
{
background-color: #E8457F;
}
</style>
border-color css
<style>
span { border-color: #E8457F; }
span { border-color: rgb(232,69,127); }
td.TdClassName
{
border-color: #E8457F;
}
.TagClassName
{
border-color: #E8457F;
}
</style>