Shades of Dark Pink #EA4974
Tints of Dark Pink #EA4974
RGB
CMYK
RGB Variations
Color information
#EA4974 (or 0xEA4974) is known color: Dark Pink. HEX triplet: EA, 49 and 74. RGB value is (234,73,116). Sum of RGB (Red+Green+Blue) = 234+73+116=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4974 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4974 is #15B68B. Grayscale: #7E7E7E. Windows color (decimal): -1422988 or 7621098. OLE color: 7621098.
HSL color Cylindrical-coordinate representation of color #EA4974: hue angle of 343.98º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4974 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 116 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.08 |
| HSL | 343.98º | 0.79% | 0.6% | - |
| HSV(B) | 343.98º | 0.69% | 0.92% | - |
| XYZ | 39.47 | 23.52 | 18.98 | - |
| YUV | 126.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 116 | 0 | 0.69 | 0.50 | 0.08 | 343.98 | 0.79 | 0.6 |
| Hex | EA | 49 | 74 | 0 | 45 | 32 | 8 | 158 | 4F | 3C |
| Octal | 352 | 111 | 164 | 0 | 105 | 62 | 10 | 530 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1110100 | 0 | 1000101 | 110010 | 1000 | 101011000 | 1001111 | 111100 |
Color Harmonies of #EA4974
Complementary color
Monochromatic Colors of #EA4974
Black with #EA4974
Text Example
Text Example
White with #EA4974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4974; }
p { color: rgb(234,73,116); }
H1.HeaderClassName
{
color: #EA4974;
}
.AnyTagClassName
{
color: #EA4974;
}
</style>
background-color css
<style>
a { background-color: #EA4974; }
a { background-color: rgb(234,73,116); }
div.DivClassName
{
background-color: #EA4974;
}
.BgClassName
{
background-color: #EA4974;
}
</style>
border-color css
<style>
span { border-color: #EA4974; }
span { border-color: rgb(234,73,116); }
td.TdClassName
{
border-color: #EA4974;
}
.TagClassName
{
border-color: #EA4974;
}
</style>