Shades of Deep Pink #EB187C
Tints of Deep Pink #EB187C
RGB
CMYK
RGB Variations
Color information
#EB187C (or 0xEB187C) is known color: Deep Pink. HEX triplet: EB, 18 and 7C. RGB value is (235,24,124). Sum of RGB (Red+Green+Blue) = 235+24+124=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB187C is #14E783. Grayscale: #626262. Windows color (decimal): -1369988 or 8132843. OLE color: 8132843.
HSL color Cylindrical-coordinate representation of color #EB187C: hue angle of 331.56º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB187C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.56º | 0.84% | 0.51% | - |
| HSV(B) | 331.56º | 0.9% | 0.92% | - |
| XYZ | 38.23 | 19.77 | 20.87 | - |
| YUV | 98.49 | 142.4 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 124 | 0 | 0.90 | 0.47 | 0.08 | 331.56 | 0.84 | 0.51 |
| Hex | EB | 18 | 7C | 0 | 5A | 2F | 8 | 14C | 54 | 33 |
| Octal | 353 | 30 | 174 | 0 | 132 | 57 | 10 | 514 | 124 | 63 |
| Binary | 11101011 | 11000 | 1111100 | 0 | 1011010 | 101111 | 1000 | 101001100 | 1010100 | 110011 |
Color Harmonies of #EB187C
Complementary color
Monochromatic Colors of #EB187C
Black with #EB187C
Text Example
Text Example
White with #EB187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB187C; }
p { color: rgb(235,24,124); }
H1.HeaderClassName
{
color: #EB187C;
}
.AnyTagClassName
{
color: #EB187C;
}
</style>
background-color css
<style>
a { background-color: #EB187C; }
a { background-color: rgb(235,24,124); }
div.DivClassName
{
background-color: #EB187C;
}
.BgClassName
{
background-color: #EB187C;
}
</style>
border-color css
<style>
span { border-color: #EB187C; }
span { border-color: rgb(235,24,124); }
td.TdClassName
{
border-color: #EB187C;
}
.TagClassName
{
border-color: #EB187C;
}
</style>