Shades of Deep Pink #EB0282
Tints of Deep Pink #EB0282
RGB
CMYK
RGB Variations
Color information
#EB0282 (or 0xEB0282) is known color: Deep Pink. HEX triplet: EB, 02 and 82. RGB value is (235,2,130). Sum of RGB (Red+Green+Blue) = 235+2+130=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0282 is #14FD7D. Grayscale: #555555. Windows color (decimal): -1375614 or 8520427. OLE color: 8520427.
HSL color Cylindrical-coordinate representation of color #EB0282: hue angle of 327.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB0282 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.08 |
| HSL | 327.04º | 0.98% | 0.46% | - |
| HSV(B) | 327.04º | 0.99% | 0.92% | - |
| XYZ | 38.31 | 19.32 | 22.83 | - |
| YUV | 86.26 | 152.69 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 130 | 0 | 0.99 | 0.45 | 0.08 | 327.04 | 0.98 | 0.46 |
| Hex | EB | 2 | 82 | 0 | 63 | 2D | 8 | 147 | 62 | 2E |
| Octal | 353 | 2 | 202 | 0 | 143 | 55 | 10 | 507 | 142 | 56 |
| Binary | 11101011 | 10 | 10000010 | 0 | 1100011 | 101101 | 1000 | 101000111 | 1100010 | 101110 |
Color Harmonies of #EB0282
Complementary color
Monochromatic Colors of #EB0282
Black with #EB0282
Text Example
Text Example
White with #EB0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0282; }
p { color: rgb(235,2,130); }
H1.HeaderClassName
{
color: #EB0282;
}
.AnyTagClassName
{
color: #EB0282;
}
</style>
background-color css
<style>
a { background-color: #EB0282; }
a { background-color: rgb(235,2,130); }
div.DivClassName
{
background-color: #EB0282;
}
.BgClassName
{
background-color: #EB0282;
}
</style>
border-color css
<style>
span { border-color: #EB0282; }
span { border-color: rgb(235,2,130); }
td.TdClassName
{
border-color: #EB0282;
}
.TagClassName
{
border-color: #EB0282;
}
</style>