Shades of Shocking Pink #E10CBE
Tints of Shocking Pink #E10CBE
RGB
CMYK
RGB Variations
Color information
#E10CBE (or 0xE10CBE) is known color: Shocking Pink. HEX triplet: E1, 0C and BE. RGB value is (225,12,190). Sum of RGB (Red+Green+Blue) = 225+12+190=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CBE is #1EF341. Grayscale: #5F5F5F. Windows color (decimal): -2028354 or 12455137. OLE color: 12455137.
HSL color Cylindrical-coordinate representation of color #E10CBE: hue angle of 309.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CBE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 190 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.12 |
| HSL | 309.86º | 0.9% | 0.46% | - |
| HSV(B) | 309.86º | 0.95% | 0.88% | - |
| XYZ | 40.48 | 19.99 | 50.44 | - |
| YUV | 95.98 | 181.07 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 190 | 0 | 0.95 | 0.16 | 0.12 | 309.86 | 0.9 | 0.46 |
| Hex | E1 | C | BE | 0 | 5F | 10 | C | 136 | 5A | 2E |
| Octal | 341 | 14 | 276 | 0 | 137 | 20 | 14 | 466 | 132 | 56 |
| Binary | 11100001 | 1100 | 10111110 | 0 | 1011111 | 10000 | 1100 | 100110110 | 1011010 | 101110 |
Color Harmonies of #E10CBE
Complementary color
Monochromatic Colors of #E10CBE
Black with #E10CBE
Text Example
Text Example
White with #E10CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CBE; }
p { color: rgb(225,12,190); }
H1.HeaderClassName
{
color: #E10CBE;
}
.AnyTagClassName
{
color: #E10CBE;
}
</style>
background-color css
<style>
a { background-color: #E10CBE; }
a { background-color: rgb(225,12,190); }
div.DivClassName
{
background-color: #E10CBE;
}
.BgClassName
{
background-color: #E10CBE;
}
</style>
border-color css
<style>
span { border-color: #E10CBE; }
span { border-color: rgb(225,12,190); }
td.TdClassName
{
border-color: #E10CBE;
}
.TagClassName
{
border-color: #E10CBE;
}
</style>