Shades of Deep Pink #EA1881
Tints of Deep Pink #EA1881
RGB
CMYK
RGB Variations
Color information
#EA1881 (or 0xEA1881) is known color: Deep Pink. HEX triplet: EA, 18 and 81. RGB value is (234,24,129). Sum of RGB (Red+Green+Blue) = 234+24+129=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1881 is #15E77E. Grayscale: #626262. Windows color (decimal): -1435519 or 8460522. OLE color: 8460522.
HSL color Cylindrical-coordinate representation of color #EA1881: hue angle of 330º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1881 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.08 |
| HSL | 330º | 0.83% | 0.51% | - |
| HSV(B) | 330º | 0.9% | 0.92% | - |
| XYZ | 38.22 | 19.73 | 22.56 | - |
| YUV | 98.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 129 | 0 | 0.90 | 0.45 | 0.08 | 330 | 0.83 | 0.51 |
| Hex | EA | 18 | 81 | 0 | 5A | 2D | 8 | 14A | 53 | 33 |
| Octal | 352 | 30 | 201 | 0 | 132 | 55 | 10 | 512 | 123 | 63 |
| Binary | 11101010 | 11000 | 10000001 | 0 | 1011010 | 101101 | 1000 | 101001010 | 1010011 | 110011 |
Color Harmonies of #EA1881
Complementary color
Monochromatic Colors of #EA1881
Black with #EA1881
Text Example
Text Example
White with #EA1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1881; }
p { color: rgb(234,24,129); }
H1.HeaderClassName
{
color: #EA1881;
}
.AnyTagClassName
{
color: #EA1881;
}
</style>
background-color css
<style>
a { background-color: #EA1881; }
a { background-color: rgb(234,24,129); }
div.DivClassName
{
background-color: #EA1881;
}
.BgClassName
{
background-color: #EA1881;
}
</style>
border-color css
<style>
span { border-color: #EA1881; }
span { border-color: rgb(234,24,129); }
td.TdClassName
{
border-color: #EA1881;
}
.TagClassName
{
border-color: #EA1881;
}
</style>