Shades of Deep Pink #EA007E
Tints of Deep Pink #EA007E
RGB
CMYK
RGB Variations
Color information
#EA007E (or 0xEA007E) is known color: Deep Pink. HEX triplet: EA, 00 and 7E. RGB value is (234,0,126). Sum of RGB (Red+Green+Blue) = 234+0+126=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA007E is #15FF81. Grayscale: #545454. Windows color (decimal): -1441666 or 8257770. OLE color: 8257770.
HSL color Cylindrical-coordinate representation of color #EA007E: hue angle of 327.69º 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 #EA007E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.46 | 0.08 |
| HSL | 327.69º | 1% | 0.46% | - |
| HSV(B) | 327.69º | 1% | 0.92% | - |
| XYZ | 37.7 | 19 | 21.42 | - |
| YUV | 84.33 | 151.52 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 126 | 0 | 1 | 0.46 | 0.08 | 327.69 | 1 | 0.46 |
| Hex | EA | 0 | 7E | 0 | 64 | 2E | 8 | 148 | 64 | 2E |
| Octal | 352 | 0 | 176 | 0 | 144 | 56 | 10 | 510 | 144 | 56 |
| Binary | 11101010 | 0 | 1111110 | 0 | 1100100 | 101110 | 1000 | 101001000 | 1100100 | 101110 |
Color Harmonies of #EA007E
Complementary color
Monochromatic Colors of #EA007E
Black with #EA007E
Text Example
Text Example
White with #EA007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA007E; }
p { color: rgb(234,0,126); }
H1.HeaderClassName
{
color: #EA007E;
}
.AnyTagClassName
{
color: #EA007E;
}
</style>
background-color css
<style>
a { background-color: #EA007E; }
a { background-color: rgb(234,0,126); }
div.DivClassName
{
background-color: #EA007E;
}
.BgClassName
{
background-color: #EA007E;
}
</style>
border-color css
<style>
span { border-color: #EA007E; }
span { border-color: rgb(234,0,126); }
td.TdClassName
{
border-color: #EA007E;
}
.TagClassName
{
border-color: #EA007E;
}
</style>