Shades of Deep Pink #EB037D
Tints of Deep Pink #EB037D
RGB
CMYK
RGB Variations
Color information
#EB037D (or 0xEB037D) is known color: Deep Pink. HEX triplet: EB, 03 and 7D. RGB value is (235,3,125). Sum of RGB (Red+Green+Blue) = 235+3+125=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB037D is #14FC82. Grayscale: #565656. Windows color (decimal): -1375363 or 8193003. OLE color: 8193003.
HSL color Cylindrical-coordinate representation of color #EB037D: hue angle of 328.45º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB037D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.08 |
| HSL | 328.45º | 0.97% | 0.47% | - |
| HSV(B) | 328.45º | 0.99% | 0.92% | - |
| XYZ | 38 | 19.21 | 21.11 | - |
| YUV | 86.28 | 149.86 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 3 | 125 | 0 | 0.99 | 0.47 | 0.08 | 328.45 | 0.97 | 0.47 |
| Hex | EB | 3 | 7D | 0 | 63 | 2F | 8 | 148 | 61 | 2F |
| Octal | 353 | 3 | 175 | 0 | 143 | 57 | 10 | 510 | 141 | 57 |
| Binary | 11101011 | 11 | 1111101 | 0 | 1100011 | 101111 | 1000 | 101001000 | 1100001 | 101111 |
Color Harmonies of #EB037D
Complementary color
Monochromatic Colors of #EB037D
Black with #EB037D
Text Example
Text Example
White with #EB037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB037D; }
p { color: rgb(235,3,125); }
H1.HeaderClassName
{
color: #EB037D;
}
.AnyTagClassName
{
color: #EB037D;
}
</style>
background-color css
<style>
a { background-color: #EB037D; }
a { background-color: rgb(235,3,125); }
div.DivClassName
{
background-color: #EB037D;
}
.BgClassName
{
background-color: #EB037D;
}
</style>
border-color css
<style>
span { border-color: #EB037D; }
span { border-color: rgb(235,3,125); }
td.TdClassName
{
border-color: #EB037D;
}
.TagClassName
{
border-color: #EB037D;
}
</style>