Shades of Deep Pink #EB187D
Tints of Deep Pink #EB187D
RGB
CMYK
RGB Variations
Color information
#EB187D (or 0xEB187D) is known color: Deep Pink. HEX triplet: EB, 18 and 7D. RGB value is (235,24,125). Sum of RGB (Red+Green+Blue) = 235+24+125=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB187D is #14E782. Grayscale: #626262. Windows color (decimal): -1369987 or 8198379. OLE color: 8198379.
HSL color Cylindrical-coordinate representation of color #EB187D: hue angle of 331.28º 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 #EB187D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 125 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.08 |
| HSL | 331.28º | 0.84% | 0.51% | - |
| HSV(B) | 331.28º | 0.9% | 0.92% | - |
| XYZ | 38.29 | 19.8 | 21.21 | - |
| YUV | 98.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 125 | 0 | 0.90 | 0.47 | 0.08 | 331.28 | 0.84 | 0.51 |
| Hex | EB | 18 | 7D | 0 | 5A | 2F | 8 | 14B | 54 | 33 |
| Octal | 353 | 30 | 175 | 0 | 132 | 57 | 10 | 513 | 124 | 63 |
| Binary | 11101011 | 11000 | 1111101 | 0 | 1011010 | 101111 | 1000 | 101001011 | 1010100 | 110011 |
Color Harmonies of #EB187D
Complementary color
Monochromatic Colors of #EB187D
Black with #EB187D
Text Example
Text Example
White with #EB187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB187D; }
p { color: rgb(235,24,125); }
H1.HeaderClassName
{
color: #EB187D;
}
.AnyTagClassName
{
color: #EB187D;
}
</style>
background-color css
<style>
a { background-color: #EB187D; }
a { background-color: rgb(235,24,125); }
div.DivClassName
{
background-color: #EB187D;
}
.BgClassName
{
background-color: #EB187D;
}
</style>
border-color css
<style>
span { border-color: #EB187D; }
span { border-color: rgb(235,24,125); }
td.TdClassName
{
border-color: #EB187D;
}
.TagClassName
{
border-color: #EB187D;
}
</style>