Shades of Deep Pink #EB1498
Tints of Deep Pink #EB1498
RGB
CMYK
RGB Variations
Color information
#EB1498 (or 0xEB1498) is known color: Deep Pink. HEX triplet: EB, 14 and 98. RGB value is (235,20,152). Sum of RGB (Red+Green+Blue) = 235+20+152=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1498 is #14EB67. Grayscale: #636363. Windows color (decimal): -1370984 or 9966827. OLE color: 9966827.
HSL color Cylindrical-coordinate representation of color #EB1498: hue angle of 323.16º 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 #EB1498 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 152 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.08 |
| HSL | 323.16º | 0.84% | 0.5% | - |
| HSV(B) | 323.16º | 0.91% | 0.92% | - |
| XYZ | 40.18 | 20.43 | 31.53 | - |
| YUV | 99.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 152 | 0 | 0.91 | 0.35 | 0.08 | 323.16 | 0.84 | 0.5 |
| Hex | EB | 14 | 98 | 0 | 5B | 23 | 8 | 143 | 54 | 32 |
| Octal | 353 | 24 | 230 | 0 | 133 | 43 | 10 | 503 | 124 | 62 |
| Binary | 11101011 | 10100 | 10011000 | 0 | 1011011 | 100011 | 1000 | 101000011 | 1010100 | 110010 |
Color Harmonies of #EB1498
Complementary color
Monochromatic Colors of #EB1498
Black with #EB1498
Text Example
Text Example
White with #EB1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1498; }
p { color: rgb(235,20,152); }
H1.HeaderClassName
{
color: #EB1498;
}
.AnyTagClassName
{
color: #EB1498;
}
</style>
background-color css
<style>
a { background-color: #EB1498; }
a { background-color: rgb(235,20,152); }
div.DivClassName
{
background-color: #EB1498;
}
.BgClassName
{
background-color: #EB1498;
}
</style>
border-color css
<style>
span { border-color: #EB1498; }
span { border-color: rgb(235,20,152); }
td.TdClassName
{
border-color: #EB1498;
}
.TagClassName
{
border-color: #EB1498;
}
</style>