Shades of Deep Pink #EB0D7C
Tints of Deep Pink #EB0D7C
RGB
CMYK
RGB Variations
Color information
#EB0D7C (or 0xEB0D7C) is known color: Deep Pink. HEX triplet: EB, 0D and 7C. RGB value is (235,13,124). Sum of RGB (Red+Green+Blue) = 235+13+124=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D7C is #14F283. Grayscale: #5B5B5B. Windows color (decimal): -1372804 or 8130027. OLE color: 8130027.
HSL color Cylindrical-coordinate representation of color #EB0D7C: hue angle of 330º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0D7C is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 124 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.08 |
| HSL | 330º | 0.9% | 0.49% | - |
| HSV(B) | 330º | 0.94% | 0.92% | - |
| XYZ | 38.04 | 19.41 | 20.81 | - |
| YUV | 92.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 124 | 0 | 0.94 | 0.47 | 0.08 | 330 | 0.9 | 0.49 |
| Hex | EB | D | 7C | 0 | 5E | 2F | 8 | 14A | 5A | 31 |
| Octal | 353 | 15 | 174 | 0 | 136 | 57 | 10 | 512 | 132 | 61 |
| Binary | 11101011 | 1101 | 1111100 | 0 | 1011110 | 101111 | 1000 | 101001010 | 1011010 | 110001 |
Color Harmonies of #EB0D7C
Complementary color
Monochromatic Colors of #EB0D7C
Black with #EB0D7C
Text Example
Text Example
White with #EB0D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D7C; }
p { color: rgb(235,13,124); }
H1.HeaderClassName
{
color: #EB0D7C;
}
.AnyTagClassName
{
color: #EB0D7C;
}
</style>
background-color css
<style>
a { background-color: #EB0D7C; }
a { background-color: rgb(235,13,124); }
div.DivClassName
{
background-color: #EB0D7C;
}
.BgClassName
{
background-color: #EB0D7C;
}
</style>
border-color css
<style>
span { border-color: #EB0D7C; }
span { border-color: rgb(235,13,124); }
td.TdClassName
{
border-color: #EB0D7C;
}
.TagClassName
{
border-color: #EB0D7C;
}
</style>