Shades of Deep Pink #EA1084
Tints of Deep Pink #EA1084
RGB
CMYK
RGB Variations
Color information
#EA1084 (or 0xEA1084) is known color: Deep Pink. HEX triplet: EA, 10 and 84. RGB value is (234,16,132). Sum of RGB (Red+Green+Blue) = 234+16+132=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1084 is #15EF7B. Grayscale: #5E5E5E. Windows color (decimal): -1437564 or 8655082. OLE color: 8655082.
HSL color Cylindrical-coordinate representation of color #EA1084: hue angle of 328.07º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1084 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.08 |
| HSL | 328.07º | 0.87% | 0.49% | - |
| HSV(B) | 328.07º | 0.93% | 0.92% | - |
| XYZ | 38.28 | 19.53 | 23.58 | - |
| YUV | 94.41 | 149.22 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 132 | 0 | 0.93 | 0.44 | 0.08 | 328.07 | 0.87 | 0.49 |
| Hex | EA | 10 | 84 | 0 | 5D | 2C | 8 | 148 | 57 | 31 |
| Octal | 352 | 20 | 204 | 0 | 135 | 54 | 10 | 510 | 127 | 61 |
| Binary | 11101010 | 10000 | 10000100 | 0 | 1011101 | 101100 | 1000 | 101001000 | 1010111 | 110001 |
Color Harmonies of #EA1084
Complementary color
Monochromatic Colors of #EA1084
Black with #EA1084
Text Example
Text Example
White with #EA1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1084; }
p { color: rgb(234,16,132); }
H1.HeaderClassName
{
color: #EA1084;
}
.AnyTagClassName
{
color: #EA1084;
}
</style>
background-color css
<style>
a { background-color: #EA1084; }
a { background-color: rgb(234,16,132); }
div.DivClassName
{
background-color: #EA1084;
}
.BgClassName
{
background-color: #EA1084;
}
</style>
border-color css
<style>
span { border-color: #EA1084; }
span { border-color: rgb(234,16,132); }
td.TdClassName
{
border-color: #EA1084;
}
.TagClassName
{
border-color: #EA1084;
}
</style>