Shades of Deep Pink #EB1492
Tints of Deep Pink #EB1492
RGB
CMYK
RGB Variations
Color information
#EB1492 (or 0xEB1492) is known color: Deep Pink. HEX triplet: EB, 14 and 92. RGB value is (235,20,146). Sum of RGB (Red+Green+Blue) = 235+20+146=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB1492 is #14EB6D. Grayscale: #626262. Windows color (decimal): -1370990 or 9573611. OLE color: 9573611.
HSL color Cylindrical-coordinate representation of color #EB1492: hue angle of 324.84º 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 #EB1492 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 146 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.08 |
| HSL | 324.84º | 0.84% | 0.5% | - |
| HSV(B) | 324.84º | 0.91% | 0.92% | - |
| XYZ | 39.7 | 20.24 | 29.01 | - |
| YUV | 98.65 | 154.73 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 146 | 0 | 0.91 | 0.38 | 0.08 | 324.84 | 0.84 | 0.5 |
| Hex | EB | 14 | 92 | 0 | 5B | 26 | 8 | 145 | 54 | 32 |
| Octal | 353 | 24 | 222 | 0 | 133 | 46 | 10 | 505 | 124 | 62 |
| Binary | 11101011 | 10100 | 10010010 | 0 | 1011011 | 100110 | 1000 | 101000101 | 1010100 | 110010 |
Color Harmonies of #EB1492
Complementary color
Monochromatic Colors of #EB1492
Black with #EB1492
Text Example
Text Example
White with #EB1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1492; }
p { color: rgb(235,20,146); }
H1.HeaderClassName
{
color: #EB1492;
}
.AnyTagClassName
{
color: #EB1492;
}
</style>
background-color css
<style>
a { background-color: #EB1492; }
a { background-color: rgb(235,20,146); }
div.DivClassName
{
background-color: #EB1492;
}
.BgClassName
{
background-color: #EB1492;
}
</style>
border-color css
<style>
span { border-color: #EB1492; }
span { border-color: rgb(235,20,146); }
td.TdClassName
{
border-color: #EB1492;
}
.TagClassName
{
border-color: #EB1492;
}
</style>