Shades of Deep Pink #EA017F
Tints of Deep Pink #EA017F
RGB
CMYK
RGB Variations
Color information
#EA017F (or 0xEA017F) is known color: Deep Pink. HEX triplet: EA, 01 and 7F. RGB value is (234,1,127). Sum of RGB (Red+Green+Blue) = 234+1+127=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA017F is #15FE80. Grayscale: #545454. Windows color (decimal): -1441409 or 8323562. OLE color: 8323562.
HSL color Cylindrical-coordinate representation of color #EA017F: hue angle of 327.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA017F is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.08 |
| HSL | 327.55º | 0.99% | 0.46% | - |
| HSV(B) | 327.55º | 1% | 0.92% | - |
| XYZ | 37.77 | 19.05 | 21.76 | - |
| YUV | 85.03 | 151.69 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 127 | 0 | 1.00 | 0.46 | 0.08 | 327.55 | 0.99 | 0.46 |
| Hex | EA | 1 | 7F | 0 | 64 | 2E | 8 | 148 | 63 | 2E |
| Octal | 352 | 1 | 177 | 0 | 144 | 56 | 10 | 510 | 143 | 56 |
| Binary | 11101010 | 1 | 1111111 | 0 | 1100100 | 101110 | 1000 | 101001000 | 1100011 | 101110 |
Color Harmonies of #EA017F
Complementary color
Monochromatic Colors of #EA017F
Black with #EA017F
Text Example
Text Example
White with #EA017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA017F; }
p { color: rgb(234,1,127); }
H1.HeaderClassName
{
color: #EA017F;
}
.AnyTagClassName
{
color: #EA017F;
}
</style>
background-color css
<style>
a { background-color: #EA017F; }
a { background-color: rgb(234,1,127); }
div.DivClassName
{
background-color: #EA017F;
}
.BgClassName
{
background-color: #EA017F;
}
</style>
border-color css
<style>
span { border-color: #EA017F; }
span { border-color: rgb(234,1,127); }
td.TdClassName
{
border-color: #EA017F;
}
.TagClassName
{
border-color: #EA017F;
}
</style>