Shades of Deep Pink #EB1990
Tints of Deep Pink #EB1990
RGB
CMYK
RGB Variations
Color information
#EB1990 (or 0xEB1990) is known color: Deep Pink. HEX triplet: EB, 19 and 90. RGB value is (235,25,144). Sum of RGB (Red+Green+Blue) = 235+25+144=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1990 is #14E66F. Grayscale: #656565. Windows color (decimal): -1369712 or 9443819. OLE color: 9443819.
HSL color Cylindrical-coordinate representation of color #EB1990: hue angle of 326º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1990 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 144 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.08 |
| HSL | 326º | 0.84% | 0.51% | - |
| HSV(B) | 326º | 0.89% | 0.92% | - |
| XYZ | 39.64 | 20.37 | 28.23 | - |
| YUV | 101.36 | 152.07 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 144 | 0 | 0.89 | 0.39 | 0.08 | 326 | 0.84 | 0.51 |
| Hex | EB | 19 | 90 | 0 | 59 | 27 | 8 | 146 | 54 | 33 |
| Octal | 353 | 31 | 220 | 0 | 131 | 47 | 10 | 506 | 124 | 63 |
| Binary | 11101011 | 11001 | 10010000 | 0 | 1011001 | 100111 | 1000 | 101000110 | 1010100 | 110011 |
Color Harmonies of #EB1990
Complementary color
Monochromatic Colors of #EB1990
Black with #EB1990
Text Example
Text Example
White with #EB1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1990; }
p { color: rgb(235,25,144); }
H1.HeaderClassName
{
color: #EB1990;
}
.AnyTagClassName
{
color: #EB1990;
}
</style>
background-color css
<style>
a { background-color: #EB1990; }
a { background-color: rgb(235,25,144); }
div.DivClassName
{
background-color: #EB1990;
}
.BgClassName
{
background-color: #EB1990;
}
</style>
border-color css
<style>
span { border-color: #EB1990; }
span { border-color: rgb(235,25,144); }
td.TdClassName
{
border-color: #EB1990;
}
.TagClassName
{
border-color: #EB1990;
}
</style>