Shades of Dark Pink #EA447D
Tints of Dark Pink #EA447D
RGB
CMYK
RGB Variations
Color information
#EA447D (or 0xEA447D) is known color: Dark Pink. HEX triplet: EA, 44 and 7D. RGB value is (234,68,125). Sum of RGB (Red+Green+Blue) = 234+68+125=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA447D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA447D is #15BB82. Grayscale: #7C7C7C. Windows color (decimal): -1424259 or 8209642. OLE color: 8209642.
HSL color Cylindrical-coordinate representation of color #EA447D: hue angle of 339.4º 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 #EA447D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 125 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.08 |
| HSL | 339.4º | 0.8% | 0.59% | - |
| HSV(B) | 339.4º | 0.71% | 0.92% | - |
| XYZ | 39.7 | 23.11 | 21.77 | - |
| YUV | 124.13 | 128.5 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 125 | 0 | 0.71 | 0.47 | 0.08 | 339.4 | 0.8 | 0.59 |
| Hex | EA | 44 | 7D | 0 | 47 | 2F | 8 | 153 | 50 | 3B |
| Octal | 352 | 104 | 175 | 0 | 107 | 57 | 10 | 523 | 120 | 73 |
| Binary | 11101010 | 1000100 | 1111101 | 0 | 1000111 | 101111 | 1000 | 101010011 | 1010000 | 111011 |
Color Harmonies of #EA447D
Complementary color
Monochromatic Colors of #EA447D
Black with #EA447D
Text Example
Text Example
White with #EA447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA447D; }
p { color: rgb(234,68,125); }
H1.HeaderClassName
{
color: #EA447D;
}
.AnyTagClassName
{
color: #EA447D;
}
</style>
background-color css
<style>
a { background-color: #EA447D; }
a { background-color: rgb(234,68,125); }
div.DivClassName
{
background-color: #EA447D;
}
.BgClassName
{
background-color: #EA447D;
}
</style>
border-color css
<style>
span { border-color: #EA447D; }
span { border-color: rgb(234,68,125); }
td.TdClassName
{
border-color: #EA447D;
}
.TagClassName
{
border-color: #EA447D;
}
</style>