Shades of Deep Pink #E50C8C
Tints of Deep Pink #E50C8C
RGB
CMYK
RGB Variations
Color information
#E50C8C (or 0xE50C8C) is known color: Deep Pink. HEX triplet: E5, 0C and 8C. RGB value is (229,12,140). Sum of RGB (Red+Green+Blue) = 229+12+140=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C8C is #1AF373. Grayscale: #5B5B5B. Windows color (decimal): -1766260 or 9178341. OLE color: 9178341.
HSL color Cylindrical-coordinate representation of color #E50C8C: hue angle of 324.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50C8C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 140 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.10 |
| HSL | 324.61º | 0.9% | 0.47% | - |
| HSV(B) | 324.61º | 0.95% | 0.9% | - |
| XYZ | 37.18 | 18.81 | 26.48 | - |
| YUV | 91.48 | 155.39 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 140 | 0 | 0.95 | 0.39 | 0.10 | 324.61 | 0.9 | 0.47 |
| Hex | E5 | C | 8C | 0 | 5F | 27 | A | 145 | 5A | 2F |
| Octal | 345 | 14 | 214 | 0 | 137 | 47 | 12 | 505 | 132 | 57 |
| Binary | 11100101 | 1100 | 10001100 | 0 | 1011111 | 100111 | 1010 | 101000101 | 1011010 | 101111 |
Color Harmonies of #E50C8C
Complementary color
Monochromatic Colors of #E50C8C
Black with #E50C8C
Text Example
Text Example
White with #E50C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50C8C; }
p { color: rgb(229,12,140); }
H1.HeaderClassName
{
color: #E50C8C;
}
.AnyTagClassName
{
color: #E50C8C;
}
</style>
background-color css
<style>
a { background-color: #E50C8C; }
a { background-color: rgb(229,12,140); }
div.DivClassName
{
background-color: #E50C8C;
}
.BgClassName
{
background-color: #E50C8C;
}
</style>
border-color css
<style>
span { border-color: #E50C8C; }
span { border-color: rgb(229,12,140); }
td.TdClassName
{
border-color: #E50C8C;
}
.TagClassName
{
border-color: #E50C8C;
}
</style>