Shades of Deep Pink #EB0D7D
Tints of Deep Pink #EB0D7D
RGB
CMYK
RGB Variations
Color information
#EB0D7D (or 0xEB0D7D) is known color: Deep Pink. HEX triplet: EB, 0D and 7D. RGB value is (235,13,125). Sum of RGB (Red+Green+Blue) = 235+13+125=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D7D is #14F282. Grayscale: #5B5B5B. Windows color (decimal): -1372803 or 8195563. OLE color: 8195563.
HSL color Cylindrical-coordinate representation of color #EB0D7D: hue angle of 329.73º 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 #EB0D7D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 125 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.08 |
| HSL | 329.73º | 0.9% | 0.49% | - |
| HSV(B) | 329.73º | 0.94% | 0.92% | - |
| XYZ | 38.11 | 19.43 | 21.14 | - |
| YUV | 92.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 125 | 0 | 0.94 | 0.47 | 0.08 | 329.73 | 0.9 | 0.49 |
| Hex | EB | D | 7D | 0 | 5E | 2F | 8 | 14A | 5A | 31 |
| Octal | 353 | 15 | 175 | 0 | 136 | 57 | 10 | 512 | 132 | 61 |
| Binary | 11101011 | 1101 | 1111101 | 0 | 1011110 | 101111 | 1000 | 101001010 | 1011010 | 110001 |
Color Harmonies of #EB0D7D
Complementary color
Monochromatic Colors of #EB0D7D
Black with #EB0D7D
Text Example
Text Example
White with #EB0D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D7D; }
p { color: rgb(235,13,125); }
H1.HeaderClassName
{
color: #EB0D7D;
}
.AnyTagClassName
{
color: #EB0D7D;
}
</style>
background-color css
<style>
a { background-color: #EB0D7D; }
a { background-color: rgb(235,13,125); }
div.DivClassName
{
background-color: #EB0D7D;
}
.BgClassName
{
background-color: #EB0D7D;
}
</style>
border-color css
<style>
span { border-color: #EB0D7D; }
span { border-color: rgb(235,13,125); }
td.TdClassName
{
border-color: #EB0D7D;
}
.TagClassName
{
border-color: #EB0D7D;
}
</style>