Shades of Deep Pink #EB0D8A
Tints of Deep Pink #EB0D8A
RGB
CMYK
RGB Variations
Color information
#EB0D8A (or 0xEB0D8A) is known color: Deep Pink. HEX triplet: EB, 0D and 8A. RGB value is (235,13,138). Sum of RGB (Red+Green+Blue) = 235+13+138=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0D8A is #14F275. Grayscale: #5D5D5D. Windows color (decimal): -1372790 or 9047531. OLE color: 9047531.
HSL color Cylindrical-coordinate representation of color #EB0D8A: hue angle of 326.22º 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 #EB0D8A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 138 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.08 |
| HSL | 326.22º | 0.9% | 0.49% | - |
| HSV(B) | 326.22º | 0.94% | 0.92% | - |
| XYZ | 38.99 | 19.78 | 25.81 | - |
| YUV | 93.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 138 | 0 | 0.94 | 0.41 | 0.08 | 326.22 | 0.9 | 0.49 |
| Hex | EB | D | 8A | 0 | 5E | 29 | 8 | 146 | 5A | 31 |
| Octal | 353 | 15 | 212 | 0 | 136 | 51 | 10 | 506 | 132 | 61 |
| Binary | 11101011 | 1101 | 10001010 | 0 | 1011110 | 101001 | 1000 | 101000110 | 1011010 | 110001 |
Color Harmonies of #EB0D8A
Complementary color
Monochromatic Colors of #EB0D8A
Black with #EB0D8A
Text Example
Text Example
White with #EB0D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0D8A; }
p { color: rgb(235,13,138); }
H1.HeaderClassName
{
color: #EB0D8A;
}
.AnyTagClassName
{
color: #EB0D8A;
}
</style>
background-color css
<style>
a { background-color: #EB0D8A; }
a { background-color: rgb(235,13,138); }
div.DivClassName
{
background-color: #EB0D8A;
}
.BgClassName
{
background-color: #EB0D8A;
}
</style>
border-color css
<style>
span { border-color: #EB0D8A; }
span { border-color: rgb(235,13,138); }
td.TdClassName
{
border-color: #EB0D8A;
}
.TagClassName
{
border-color: #EB0D8A;
}
</style>