Shades of Deep Pink #EA1583
Tints of Deep Pink #EA1583
RGB
CMYK
RGB Variations
Color information
#EA1583 (or 0xEA1583) is known color: Deep Pink. HEX triplet: EA, 15 and 83. RGB value is (234,21,131). Sum of RGB (Red+Green+Blue) = 234+21+131=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1583 is #15EA7C. Grayscale: #616161. Windows color (decimal): -1436285 or 8590826. OLE color: 8590826.
HSL color Cylindrical-coordinate representation of color #EA1583: hue angle of 329.01º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1583 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 131 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.08 |
| HSL | 329.01º | 0.84% | 0.5% | - |
| HSV(B) | 329.01º | 0.91% | 0.92% | - |
| XYZ | 38.3 | 19.67 | 23.25 | - |
| YUV | 97.23 | 147.07 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 131 | 0 | 0.91 | 0.44 | 0.08 | 329.01 | 0.84 | 0.5 |
| Hex | EA | 15 | 83 | 0 | 5B | 2C | 8 | 149 | 54 | 32 |
| Octal | 352 | 25 | 203 | 0 | 133 | 54 | 10 | 511 | 124 | 62 |
| Binary | 11101010 | 10101 | 10000011 | 0 | 1011011 | 101100 | 1000 | 101001001 | 1010100 | 110010 |
Color Harmonies of #EA1583
Complementary color
Monochromatic Colors of #EA1583
Black with #EA1583
Text Example
Text Example
White with #EA1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1583; }
p { color: rgb(234,21,131); }
H1.HeaderClassName
{
color: #EA1583;
}
.AnyTagClassName
{
color: #EA1583;
}
</style>
background-color css
<style>
a { background-color: #EA1583; }
a { background-color: rgb(234,21,131); }
div.DivClassName
{
background-color: #EA1583;
}
.BgClassName
{
background-color: #EA1583;
}
</style>
border-color css
<style>
span { border-color: #EA1583; }
span { border-color: rgb(234,21,131); }
td.TdClassName
{
border-color: #EA1583;
}
.TagClassName
{
border-color: #EA1583;
}
</style>