Shades of Dark Pink #EA457F
Tints of Dark Pink #EA457F
RGB
CMYK
RGB Variations
Color information
#EA457F (or 0xEA457F) is known color: Dark Pink. HEX triplet: EA, 45 and 7F. RGB value is (234,69,127). Sum of RGB (Red+Green+Blue) = 234+69+127=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA457F is #15BA80. Grayscale: #7C7C7C. Windows color (decimal): -1424001 or 8340970. OLE color: 8340970.
HSL color Cylindrical-coordinate representation of color #EA457F: hue angle of 338.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA457F is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 127 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.08 |
| HSL | 338.91º | 0.8% | 0.59% | - |
| HSV(B) | 338.91º | 0.71% | 0.92% | - |
| XYZ | 39.89 | 23.28 | 22.47 | - |
| YUV | 124.95 | 129.16 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 127 | 0 | 0.71 | 0.46 | 0.08 | 338.91 | 0.8 | 0.59 |
| Hex | EA | 45 | 7F | 0 | 47 | 2E | 8 | 153 | 50 | 3B |
| Octal | 352 | 105 | 177 | 0 | 107 | 56 | 10 | 523 | 120 | 73 |
| Binary | 11101010 | 1000101 | 1111111 | 0 | 1000111 | 101110 | 1000 | 101010011 | 1010000 | 111011 |
Color Harmonies of #EA457F
Complementary color
Monochromatic Colors of #EA457F
Black with #EA457F
Text Example
Text Example
White with #EA457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA457F; }
p { color: rgb(234,69,127); }
H1.HeaderClassName
{
color: #EA457F;
}
.AnyTagClassName
{
color: #EA457F;
}
</style>
background-color css
<style>
a { background-color: #EA457F; }
a { background-color: rgb(234,69,127); }
div.DivClassName
{
background-color: #EA457F;
}
.BgClassName
{
background-color: #EA457F;
}
</style>
border-color css
<style>
span { border-color: #EA457F; }
span { border-color: rgb(234,69,127); }
td.TdClassName
{
border-color: #EA457F;
}
.TagClassName
{
border-color: #EA457F;
}
</style>