Shades of Dark Pink #EA447A
Tints of Dark Pink #EA447A
RGB
CMYK
RGB Variations
Color information
#EA447A (or 0xEA447A) is known color: Dark Pink. HEX triplet: EA, 44 and 7A. RGB value is (234,68,122). Sum of RGB (Red+Green+Blue) = 234+68+122=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA447A is #15BB85. Grayscale: #7B7B7B. Windows color (decimal): -1424262 or 8013034. OLE color: 8013034.
HSL color Cylindrical-coordinate representation of color #EA447A: hue angle of 340.48º 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 #EA447A is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 122 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.08 |
| HSL | 340.48º | 0.8% | 0.59% | - |
| HSV(B) | 340.48º | 0.71% | 0.92% | - |
| XYZ | 39.51 | 23.03 | 20.78 | - |
| YUV | 123.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 122 | 0 | 0.71 | 0.48 | 0.08 | 340.48 | 0.8 | 0.59 |
| Hex | EA | 44 | 7A | 0 | 47 | 30 | 8 | 154 | 50 | 3B |
| Octal | 352 | 104 | 172 | 0 | 107 | 60 | 10 | 524 | 120 | 73 |
| Binary | 11101010 | 1000100 | 1111010 | 0 | 1000111 | 110000 | 1000 | 101010100 | 1010000 | 111011 |
Color Harmonies of #EA447A
Complementary color
Monochromatic Colors of #EA447A
Black with #EA447A
Text Example
Text Example
White with #EA447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA447A; }
p { color: rgb(234,68,122); }
H1.HeaderClassName
{
color: #EA447A;
}
.AnyTagClassName
{
color: #EA447A;
}
</style>
background-color css
<style>
a { background-color: #EA447A; }
a { background-color: rgb(234,68,122); }
div.DivClassName
{
background-color: #EA447A;
}
.BgClassName
{
background-color: #EA447A;
}
</style>
border-color css
<style>
span { border-color: #EA447A; }
span { border-color: rgb(234,68,122); }
td.TdClassName
{
border-color: #EA447A;
}
.TagClassName
{
border-color: #EA447A;
}
</style>