Shades of Deep Pink #EB007D
Tints of Deep Pink #EB007D
RGB
CMYK
RGB Variations
Color information
#EB007D (or 0xEB007D) is known color: Deep Pink. HEX triplet: EB, 00 and 7D. RGB value is (235,0,125). Sum of RGB (Red+Green+Blue) = 235+0+125=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB007D is #14FF82. Grayscale: #545454. Windows color (decimal): -1376131 or 8192235. OLE color: 8192235.
HSL color Cylindrical-coordinate representation of color #EB007D: hue angle of 328.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB007D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.47 | 0.08 |
| HSL | 328.09º | 1% | 0.46% | - |
| HSV(B) | 328.09º | 1% | 0.92% | - |
| XYZ | 37.96 | 19.14 | 21.1 | - |
| YUV | 84.52 | 150.86 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 125 | 0 | 1 | 0.47 | 0.08 | 328.09 | 1 | 0.46 |
| Hex | EB | 0 | 7D | 0 | 64 | 2F | 8 | 148 | 64 | 2E |
| Octal | 353 | 0 | 175 | 0 | 144 | 57 | 10 | 510 | 144 | 56 |
| Binary | 11101011 | 0 | 1111101 | 0 | 1100100 | 101111 | 1000 | 101001000 | 1100100 | 101110 |
Color Harmonies of #EB007D
Complementary color
Monochromatic Colors of #EB007D
Black with #EB007D
Text Example
Text Example
White with #EB007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB007D; }
p { color: rgb(235,0,125); }
H1.HeaderClassName
{
color: #EB007D;
}
.AnyTagClassName
{
color: #EB007D;
}
</style>
background-color css
<style>
a { background-color: #EB007D; }
a { background-color: rgb(235,0,125); }
div.DivClassName
{
background-color: #EB007D;
}
.BgClassName
{
background-color: #EB007D;
}
</style>
border-color css
<style>
span { border-color: #EB007D; }
span { border-color: rgb(235,0,125); }
td.TdClassName
{
border-color: #EB007D;
}
.TagClassName
{
border-color: #EB007D;
}
</style>