Shades of Deep Pink #EA007F
Tints of Deep Pink #EA007F
RGB
CMYK
RGB Variations
Color information
#EA007F (or 0xEA007F) is known color: Deep Pink. HEX triplet: EA, 00 and 7F. RGB value is (234,0,127). Sum of RGB (Red+Green+Blue) = 234+0+127=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA007F is #15FF80. Grayscale: #545454. Windows color (decimal): -1441665 or 8323306. OLE color: 8323306.
HSL color Cylindrical-coordinate representation of color #EA007F: hue angle of 327.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA007F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.46 | 0.08 |
| HSL | 327.44º | 1% | 0.46% | - |
| HSV(B) | 327.44º | 1% | 0.92% | - |
| XYZ | 37.76 | 19.02 | 21.76 | - |
| YUV | 84.44 | 152.02 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 127 | 0 | 1 | 0.46 | 0.08 | 327.44 | 1 | 0.46 |
| Hex | EA | 0 | 7F | 0 | 64 | 2E | 8 | 147 | 64 | 2E |
| Octal | 352 | 0 | 177 | 0 | 144 | 56 | 10 | 507 | 144 | 56 |
| Binary | 11101010 | 0 | 1111111 | 0 | 1100100 | 101110 | 1000 | 101000111 | 1100100 | 101110 |
Color Harmonies of #EA007F
Complementary color
Monochromatic Colors of #EA007F
Black with #EA007F
Text Example
Text Example
White with #EA007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA007F; }
p { color: rgb(234,0,127); }
H1.HeaderClassName
{
color: #EA007F;
}
.AnyTagClassName
{
color: #EA007F;
}
</style>
background-color css
<style>
a { background-color: #EA007F; }
a { background-color: rgb(234,0,127); }
div.DivClassName
{
background-color: #EA007F;
}
.BgClassName
{
background-color: #EA007F;
}
</style>
border-color css
<style>
span { border-color: #EA007F; }
span { border-color: rgb(234,0,127); }
td.TdClassName
{
border-color: #EA007F;
}
.TagClassName
{
border-color: #EA007F;
}
</style>