Shades of Deep Pink #EA017D
Tints of Deep Pink #EA017D
RGB
CMYK
RGB Variations
Color information
#EA017D (or 0xEA017D) is known color: Deep Pink. HEX triplet: EA, 01 and 7D. RGB value is (234,1,125). Sum of RGB (Red+Green+Blue) = 234+1+125=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA017D is #15FE82. Grayscale: #545454. Windows color (decimal): -1441411 or 8192490. OLE color: 8192490.
HSL color Cylindrical-coordinate representation of color #EA017D: hue angle of 328.07º 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 #EA017D is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.08 |
| HSL | 328.07º | 0.99% | 0.46% | - |
| HSV(B) | 328.07º | 1% | 0.92% | - |
| XYZ | 37.64 | 18.99 | 21.08 | - |
| YUV | 84.8 | 150.69 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 125 | 0 | 1.00 | 0.47 | 0.08 | 328.07 | 0.99 | 0.46 |
| Hex | EA | 1 | 7D | 0 | 64 | 2F | 8 | 148 | 63 | 2E |
| Octal | 352 | 1 | 175 | 0 | 144 | 57 | 10 | 510 | 143 | 56 |
| Binary | 11101010 | 1 | 1111101 | 0 | 1100100 | 101111 | 1000 | 101001000 | 1100011 | 101110 |
Color Harmonies of #EA017D
Complementary color
Monochromatic Colors of #EA017D
Black with #EA017D
Text Example
Text Example
White with #EA017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA017D; }
p { color: rgb(234,1,125); }
H1.HeaderClassName
{
color: #EA017D;
}
.AnyTagClassName
{
color: #EA017D;
}
</style>
background-color css
<style>
a { background-color: #EA017D; }
a { background-color: rgb(234,1,125); }
div.DivClassName
{
background-color: #EA017D;
}
.BgClassName
{
background-color: #EA017D;
}
</style>
border-color css
<style>
span { border-color: #EA017D; }
span { border-color: rgb(234,1,125); }
td.TdClassName
{
border-color: #EA017D;
}
.TagClassName
{
border-color: #EA017D;
}
</style>