Shades of Deep Pink #EA1783
Tints of Deep Pink #EA1783
RGB
CMYK
RGB Variations
Color information
#EA1783 (or 0xEA1783) is known color: Deep Pink. HEX triplet: EA, 17 and 83. RGB value is (234,23,131). Sum of RGB (Red+Green+Blue) = 234+23+131=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1783 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1783 is #15E87C. Grayscale: #626262. Windows color (decimal): -1435773 or 8591338. OLE color: 8591338.
HSL color Cylindrical-coordinate representation of color #EA1783: hue angle of 329.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1783 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 131 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.08 |
| HSL | 329.29º | 0.83% | 0.5% | - |
| HSV(B) | 329.29º | 0.9% | 0.92% | - |
| XYZ | 38.33 | 19.74 | 23.26 | - |
| YUV | 98.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 131 | 0 | 0.90 | 0.44 | 0.08 | 329.29 | 0.83 | 0.5 |
| Hex | EA | 17 | 83 | 0 | 5A | 2C | 8 | 149 | 53 | 32 |
| Octal | 352 | 27 | 203 | 0 | 132 | 54 | 10 | 511 | 123 | 62 |
| Binary | 11101010 | 10111 | 10000011 | 0 | 1011010 | 101100 | 1000 | 101001001 | 1010011 | 110010 |
Color Harmonies of #EA1783
Complementary color
Monochromatic Colors of #EA1783
Black with #EA1783
Text Example
Text Example
White with #EA1783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1783; }
p { color: rgb(234,23,131); }
H1.HeaderClassName
{
color: #EA1783;
}
.AnyTagClassName
{
color: #EA1783;
}
</style>
background-color css
<style>
a { background-color: #EA1783; }
a { background-color: rgb(234,23,131); }
div.DivClassName
{
background-color: #EA1783;
}
.BgClassName
{
background-color: #EA1783;
}
</style>
border-color css
<style>
span { border-color: #EA1783; }
span { border-color: rgb(234,23,131); }
td.TdClassName
{
border-color: #EA1783;
}
.TagClassName
{
border-color: #EA1783;
}
</style>