Shades of Deep Pink #EB0A8C
Tints of Deep Pink #EB0A8C
RGB
CMYK
RGB Variations
Color information
#EB0A8C (or 0xEB0A8C) is known color: Deep Pink. HEX triplet: EB, 0A and 8C. RGB value is (235,10,140). Sum of RGB (Red+Green+Blue) = 235+10+140=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0A8C is #14F573. Grayscale: #5B5B5B. Windows color (decimal): -1373556 or 9177835. OLE color: 9177835.
HSL color Cylindrical-coordinate representation of color #EB0A8C: hue angle of 325.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0A8C is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.08 |
| HSL | 325.33º | 0.92% | 0.48% | - |
| HSV(B) | 325.33º | 0.96% | 0.92% | - |
| XYZ | 39.1 | 19.77 | 26.57 | - |
| YUV | 92.1 | 155.04 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 10 | 140 | 0 | 0.96 | 0.40 | 0.08 | 325.33 | 0.92 | 0.48 |
| Hex | EB | A | 8C | 0 | 60 | 28 | 8 | 145 | 5C | 30 |
| Octal | 353 | 12 | 214 | 0 | 140 | 50 | 10 | 505 | 134 | 60 |
| Binary | 11101011 | 1010 | 10001100 | 0 | 1100000 | 101000 | 1000 | 101000101 | 1011100 | 110000 |
Color Harmonies of #EB0A8C
Complementary color
Monochromatic Colors of #EB0A8C
Black with #EB0A8C
Text Example
Text Example
White with #EB0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0A8C; }
p { color: rgb(235,10,140); }
H1.HeaderClassName
{
color: #EB0A8C;
}
.AnyTagClassName
{
color: #EB0A8C;
}
</style>
background-color css
<style>
a { background-color: #EB0A8C; }
a { background-color: rgb(235,10,140); }
div.DivClassName
{
background-color: #EB0A8C;
}
.BgClassName
{
background-color: #EB0A8C;
}
</style>
border-color css
<style>
span { border-color: #EB0A8C; }
span { border-color: rgb(235,10,140); }
td.TdClassName
{
border-color: #EB0A8C;
}
.TagClassName
{
border-color: #EB0A8C;
}
</style>