Shades of Dark Pink #EA467F
Tints of Dark Pink #EA467F
RGB
CMYK
RGB Variations
Color information
#EA467F (or 0xEA467F) is known color: Dark Pink. HEX triplet: EA, 46 and 7F. RGB value is (234,70,127). Sum of RGB (Red+Green+Blue) = 234+70+127=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA467F is #15B980. Grayscale: #7D7D7D. Windows color (decimal): -1423745 or 8341226. OLE color: 8341226.
HSL color Cylindrical-coordinate representation of color #EA467F: hue angle of 339.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA467F is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 127 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.08 |
| HSL | 339.15º | 0.8% | 0.6% | - |
| HSV(B) | 339.15º | 0.7% | 0.92% | - |
| XYZ | 39.95 | 23.41 | 22.49 | - |
| YUV | 125.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 127 | 0 | 0.70 | 0.46 | 0.08 | 339.15 | 0.8 | 0.6 |
| Hex | EA | 46 | 7F | 0 | 46 | 2E | 8 | 153 | 50 | 3C |
| Octal | 352 | 106 | 177 | 0 | 106 | 56 | 10 | 523 | 120 | 74 |
| Binary | 11101010 | 1000110 | 1111111 | 0 | 1000110 | 101110 | 1000 | 101010011 | 1010000 | 111100 |
Color Harmonies of #EA467F
Complementary color
Monochromatic Colors of #EA467F
Black with #EA467F
Text Example
Text Example
White with #EA467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA467F; }
p { color: rgb(234,70,127); }
H1.HeaderClassName
{
color: #EA467F;
}
.AnyTagClassName
{
color: #EA467F;
}
</style>
background-color css
<style>
a { background-color: #EA467F; }
a { background-color: rgb(234,70,127); }
div.DivClassName
{
background-color: #EA467F;
}
.BgClassName
{
background-color: #EA467F;
}
</style>
border-color css
<style>
span { border-color: #EA467F; }
span { border-color: rgb(234,70,127); }
td.TdClassName
{
border-color: #EA467F;
}
.TagClassName
{
border-color: #EA467F;
}
</style>