Shades of Deep Pink #EA1883
Tints of Deep Pink #EA1883
RGB
CMYK
RGB Variations
Color information
#EA1883 (or 0xEA1883) is known color: Deep Pink. HEX triplet: EA, 18 and 83. RGB value is (234,24,131). Sum of RGB (Red+Green+Blue) = 234+24+131=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1883 is #15E77C. Grayscale: #626262. Windows color (decimal): -1435517 or 8591594. OLE color: 8591594.
HSL color Cylindrical-coordinate representation of color #EA1883: hue angle of 329.43º 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 #EA1883 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 131 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.08 |
| HSL | 329.43º | 0.83% | 0.51% | - |
| HSV(B) | 329.43º | 0.9% | 0.92% | - |
| XYZ | 38.36 | 19.78 | 23.27 | - |
| YUV | 98.99 | 146.07 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 131 | 0 | 0.90 | 0.44 | 0.08 | 329.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 83 | 0 | 5A | 2C | 8 | 149 | 53 | 33 |
| Octal | 352 | 30 | 203 | 0 | 132 | 54 | 10 | 511 | 123 | 63 |
| Binary | 11101010 | 11000 | 10000011 | 0 | 1011010 | 101100 | 1000 | 101001001 | 1010011 | 110011 |
Color Harmonies of #EA1883
Complementary color
Monochromatic Colors of #EA1883
Black with #EA1883
Text Example
Text Example
White with #EA1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1883; }
p { color: rgb(234,24,131); }
H1.HeaderClassName
{
color: #EA1883;
}
.AnyTagClassName
{
color: #EA1883;
}
</style>
background-color css
<style>
a { background-color: #EA1883; }
a { background-color: rgb(234,24,131); }
div.DivClassName
{
background-color: #EA1883;
}
.BgClassName
{
background-color: #EA1883;
}
</style>
border-color css
<style>
span { border-color: #EA1883; }
span { border-color: rgb(234,24,131); }
td.TdClassName
{
border-color: #EA1883;
}
.TagClassName
{
border-color: #EA1883;
}
</style>