Shades of Deep Pink #EB088C
Tints of Deep Pink #EB088C
RGB
CMYK
RGB Variations
Color information
#EB088C (or 0xEB088C) is known color: Deep Pink. HEX triplet: EB, 08 and 8C. RGB value is (235,8,140). Sum of RGB (Red+Green+Blue) = 235+8+140=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB088C is #14F773. Grayscale: #5A5A5A. Windows color (decimal): -1374068 or 9177323. OLE color: 9177323.
HSL color Cylindrical-coordinate representation of color #EB088C: hue angle of 325.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB088C is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 8 | 140 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.08 |
| HSL | 325.11º | 0.93% | 0.48% | - |
| HSV(B) | 325.11º | 0.97% | 0.92% | - |
| XYZ | 39.08 | 19.73 | 26.56 | - |
| YUV | 90.92 | 155.71 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 8 | 140 | 0 | 0.97 | 0.40 | 0.08 | 325.11 | 0.93 | 0.48 |
| Hex | EB | 8 | 8C | 0 | 61 | 28 | 8 | 145 | 5D | 30 |
| Octal | 353 | 10 | 214 | 0 | 141 | 50 | 10 | 505 | 135 | 60 |
| Binary | 11101011 | 1000 | 10001100 | 0 | 1100001 | 101000 | 1000 | 101000101 | 1011101 | 110000 |
Color Harmonies of #EB088C
Complementary color
Monochromatic Colors of #EB088C
Black with #EB088C
Text Example
Text Example
White with #EB088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB088C; }
p { color: rgb(235,8,140); }
H1.HeaderClassName
{
color: #EB088C;
}
.AnyTagClassName
{
color: #EB088C;
}
</style>
background-color css
<style>
a { background-color: #EB088C; }
a { background-color: rgb(235,8,140); }
div.DivClassName
{
background-color: #EB088C;
}
.BgClassName
{
background-color: #EB088C;
}
</style>
border-color css
<style>
span { border-color: #EB088C; }
span { border-color: rgb(235,8,140); }
td.TdClassName
{
border-color: #EB088C;
}
.TagClassName
{
border-color: #EB088C;
}
</style>