Shades of Deep Pink #EA0183
Tints of Deep Pink #EA0183
RGB
CMYK
RGB Variations
Color information
#EA0183 (or 0xEA0183) is known color: Deep Pink. HEX triplet: EA, 01 and 83. RGB value is (234,1,131). Sum of RGB (Red+Green+Blue) = 234+1+131=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0183 is #15FE7C. Grayscale: #555555. Windows color (decimal): -1441405 or 8585706. OLE color: 8585706.
HSL color Cylindrical-coordinate representation of color #EA0183: hue angle of 326.52º 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 #EA0183 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.08 |
| HSL | 326.52º | 0.99% | 0.46% | - |
| HSV(B) | 326.52º | 1% | 0.92% | - |
| XYZ | 38.04 | 19.15 | 23.16 | - |
| YUV | 85.49 | 153.69 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 131 | 0 | 1.00 | 0.44 | 0.08 | 326.52 | 0.99 | 0.46 |
| Hex | EA | 1 | 83 | 0 | 64 | 2C | 8 | 147 | 63 | 2E |
| Octal | 352 | 1 | 203 | 0 | 144 | 54 | 10 | 507 | 143 | 56 |
| Binary | 11101010 | 1 | 10000011 | 0 | 1100100 | 101100 | 1000 | 101000111 | 1100011 | 101110 |
Color Harmonies of #EA0183
Complementary color
Monochromatic Colors of #EA0183
Black with #EA0183
Text Example
Text Example
White with #EA0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0183; }
p { color: rgb(234,1,131); }
H1.HeaderClassName
{
color: #EA0183;
}
.AnyTagClassName
{
color: #EA0183;
}
</style>
background-color css
<style>
a { background-color: #EA0183; }
a { background-color: rgb(234,1,131); }
div.DivClassName
{
background-color: #EA0183;
}
.BgClassName
{
background-color: #EA0183;
}
</style>
border-color css
<style>
span { border-color: #EA0183; }
span { border-color: rgb(234,1,131); }
td.TdClassName
{
border-color: #EA0183;
}
.TagClassName
{
border-color: #EA0183;
}
</style>