Shades of Dark Pink #EA4977
Tints of Dark Pink #EA4977
RGB
CMYK
RGB Variations
Color information
#EA4977 (or 0xEA4977) is known color: Dark Pink. HEX triplet: EA, 49 and 77. RGB value is (234,73,119). Sum of RGB (Red+Green+Blue) = 234+73+119=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4977 is #15B688. Grayscale: #7E7E7E. Windows color (decimal): -1422985 or 7817706. OLE color: 7817706.
HSL color Cylindrical-coordinate representation of color #EA4977: hue angle of 342.86º 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 #EA4977 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 119 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.08 |
| HSL | 342.86º | 0.79% | 0.6% | - |
| HSV(B) | 342.86º | 0.69% | 0.92% | - |
| XYZ | 39.64 | 23.59 | 19.92 | - |
| YUV | 126.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 119 | 0 | 0.69 | 0.49 | 0.08 | 342.86 | 0.79 | 0.6 |
| Hex | EA | 49 | 77 | 0 | 45 | 31 | 8 | 157 | 4F | 3C |
| Octal | 352 | 111 | 167 | 0 | 105 | 61 | 10 | 527 | 117 | 74 |
| Binary | 11101010 | 1001001 | 1110111 | 0 | 1000101 | 110001 | 1000 | 101010111 | 1001111 | 111100 |
Color Harmonies of #EA4977
Complementary color
Monochromatic Colors of #EA4977
Black with #EA4977
Text Example
Text Example
White with #EA4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4977; }
p { color: rgb(234,73,119); }
H1.HeaderClassName
{
color: #EA4977;
}
.AnyTagClassName
{
color: #EA4977;
}
</style>
background-color css
<style>
a { background-color: #EA4977; }
a { background-color: rgb(234,73,119); }
div.DivClassName
{
background-color: #EA4977;
}
.BgClassName
{
background-color: #EA4977;
}
</style>
border-color css
<style>
span { border-color: #EA4977; }
span { border-color: rgb(234,73,119); }
td.TdClassName
{
border-color: #EA4977;
}
.TagClassName
{
border-color: #EA4977;
}
</style>