Shades of Deep Pink #EB157C
Tints of Deep Pink #EB157C
RGB
CMYK
RGB Variations
Color information
#EB157C (or 0xEB157C) is known color: Deep Pink. HEX triplet: EB, 15 and 7C. RGB value is (235,21,124). Sum of RGB (Red+Green+Blue) = 235+21+124=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB157C is #14EA83. Grayscale: #606060. Windows color (decimal): -1370756 or 8132075. OLE color: 8132075.
HSL color Cylindrical-coordinate representation of color #EB157C: hue angle of 331.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB157C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.08 |
| HSL | 331.12º | 0.84% | 0.5% | - |
| HSV(B) | 331.12º | 0.91% | 0.92% | - |
| XYZ | 38.17 | 19.65 | 20.85 | - |
| YUV | 96.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 124 | 0 | 0.91 | 0.47 | 0.08 | 331.12 | 0.84 | 0.5 |
| Hex | EB | 15 | 7C | 0 | 5B | 2F | 8 | 14B | 54 | 32 |
| Octal | 353 | 25 | 174 | 0 | 133 | 57 | 10 | 513 | 124 | 62 |
| Binary | 11101011 | 10101 | 1111100 | 0 | 1011011 | 101111 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EB157C
Complementary color
Monochromatic Colors of #EB157C
Black with #EB157C
Text Example
Text Example
White with #EB157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB157C; }
p { color: rgb(235,21,124); }
H1.HeaderClassName
{
color: #EB157C;
}
.AnyTagClassName
{
color: #EB157C;
}
</style>
background-color css
<style>
a { background-color: #EB157C; }
a { background-color: rgb(235,21,124); }
div.DivClassName
{
background-color: #EB157C;
}
.BgClassName
{
background-color: #EB157C;
}
</style>
border-color css
<style>
span { border-color: #EB157C; }
span { border-color: rgb(235,21,124); }
td.TdClassName
{
border-color: #EB157C;
}
.TagClassName
{
border-color: #EB157C;
}
</style>