Shades of Deep Pink #EB0283
Tints of Deep Pink #EB0283
RGB
CMYK
RGB Variations
Color information
#EB0283 (or 0xEB0283) is known color: Deep Pink. HEX triplet: EB, 02 and 83. RGB value is (235,2,131). Sum of RGB (Red+Green+Blue) = 235+2+131=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0283 is #14FD7C. Grayscale: #565656. Windows color (decimal): -1375613 or 8585963. OLE color: 8585963.
HSL color Cylindrical-coordinate representation of color #EB0283: hue angle of 326.78º 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 #EB0283 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.08 |
| HSL | 326.78º | 0.98% | 0.46% | - |
| HSV(B) | 326.78º | 0.99% | 0.92% | - |
| XYZ | 38.38 | 19.34 | 23.18 | - |
| YUV | 86.37 | 153.19 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 131 | 0 | 0.99 | 0.44 | 0.08 | 326.78 | 0.98 | 0.46 |
| Hex | EB | 2 | 83 | 0 | 63 | 2C | 8 | 147 | 62 | 2E |
| Octal | 353 | 2 | 203 | 0 | 143 | 54 | 10 | 507 | 142 | 56 |
| Binary | 11101011 | 10 | 10000011 | 0 | 1100011 | 101100 | 1000 | 101000111 | 1100010 | 101110 |
Color Harmonies of #EB0283
Complementary color
Monochromatic Colors of #EB0283
Black with #EB0283
Text Example
Text Example
White with #EB0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0283; }
p { color: rgb(235,2,131); }
H1.HeaderClassName
{
color: #EB0283;
}
.AnyTagClassName
{
color: #EB0283;
}
</style>
background-color css
<style>
a { background-color: #EB0283; }
a { background-color: rgb(235,2,131); }
div.DivClassName
{
background-color: #EB0283;
}
.BgClassName
{
background-color: #EB0283;
}
</style>
border-color css
<style>
span { border-color: #EB0283; }
span { border-color: rgb(235,2,131); }
td.TdClassName
{
border-color: #EB0283;
}
.TagClassName
{
border-color: #EB0283;
}
</style>