Shades of Deep Pink #EB2092
Tints of Deep Pink #EB2092
RGB
CMYK
RGB Variations
Color information
#EB2092 (or 0xEB2092) is known color: Deep Pink. HEX triplet: EB, 20 and 92. RGB value is (235,32,146). Sum of RGB (Red+Green+Blue) = 235+32+146=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2092 is #14DF6D. Grayscale: #696969. Windows color (decimal): -1367918 or 9576683. OLE color: 9576683.
HSL color Cylindrical-coordinate representation of color #EB2092: hue angle of 326.31º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2092 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 146 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.08 |
| HSL | 326.31º | 0.84% | 0.52% | - |
| HSV(B) | 326.31º | 0.86% | 0.92% | - |
| XYZ | 39.97 | 20.77 | 29.1 | - |
| YUV | 105.69 | 150.75 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 146 | 0 | 0.86 | 0.38 | 0.08 | 326.31 | 0.84 | 0.52 |
| Hex | EB | 20 | 92 | 0 | 56 | 26 | 8 | 146 | 54 | 34 |
| Octal | 353 | 40 | 222 | 0 | 126 | 46 | 10 | 506 | 124 | 64 |
| Binary | 11101011 | 100000 | 10010010 | 0 | 1010110 | 100110 | 1000 | 101000110 | 1010100 | 110100 |
Color Harmonies of #EB2092
Complementary color
Monochromatic Colors of #EB2092
Black with #EB2092
Text Example
Text Example
White with #EB2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2092; }
p { color: rgb(235,32,146); }
H1.HeaderClassName
{
color: #EB2092;
}
.AnyTagClassName
{
color: #EB2092;
}
</style>
background-color css
<style>
a { background-color: #EB2092; }
a { background-color: rgb(235,32,146); }
div.DivClassName
{
background-color: #EB2092;
}
.BgClassName
{
background-color: #EB2092;
}
</style>
border-color css
<style>
span { border-color: #EB2092; }
span { border-color: rgb(235,32,146); }
td.TdClassName
{
border-color: #EB2092;
}
.TagClassName
{
border-color: #EB2092;
}
</style>