Shades of Deep Pink #EB0D8F
Tints of Deep Pink #EB0D8F
RGB
CMYK
RGB Variations
Color information
#EB0D8F (or 0xEB0D8F) is known color: Deep Pink. HEX triplet: EB, 0D and 8F. RGB value is (235,13,143). Sum of RGB (Red+Green+Blue) = 235+13+143=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D8F is #14F270. Grayscale: #5D5D5D. Windows color (decimal): -1372785 or 9375211. OLE color: 9375211.
HSL color Cylindrical-coordinate representation of color #EB0D8F: hue angle of 324.86º 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 #EB0D8F is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 143 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.08 |
| HSL | 324.86º | 0.9% | 0.49% | - |
| HSV(B) | 324.86º | 0.94% | 0.92% | - |
| XYZ | 39.36 | 19.93 | 27.76 | - |
| YUV | 94.2 | 155.55 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 143 | 0 | 0.94 | 0.39 | 0.08 | 324.86 | 0.9 | 0.49 |
| Hex | EB | D | 8F | 0 | 5E | 27 | 8 | 145 | 5A | 31 |
| Octal | 353 | 15 | 217 | 0 | 136 | 47 | 10 | 505 | 132 | 61 |
| Binary | 11101011 | 1101 | 10001111 | 0 | 1011110 | 100111 | 1000 | 101000101 | 1011010 | 110001 |
Color Harmonies of #EB0D8F
Complementary color
Monochromatic Colors of #EB0D8F
Black with #EB0D8F
Text Example
Text Example
White with #EB0D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D8F; }
p { color: rgb(235,13,143); }
H1.HeaderClassName
{
color: #EB0D8F;
}
.AnyTagClassName
{
color: #EB0D8F;
}
</style>
background-color css
<style>
a { background-color: #EB0D8F; }
a { background-color: rgb(235,13,143); }
div.DivClassName
{
background-color: #EB0D8F;
}
.BgClassName
{
background-color: #EB0D8F;
}
</style>
border-color css
<style>
span { border-color: #EB0D8F; }
span { border-color: rgb(235,13,143); }
td.TdClassName
{
border-color: #EB0D8F;
}
.TagClassName
{
border-color: #EB0D8F;
}
</style>