Shades of Shocking Pink #E00CB6
Tints of Shocking Pink #E00CB6
RGB
CMYK
RGB Variations
Color information
#E00CB6 (or 0xE00CB6) is known color: Shocking Pink. HEX triplet: E0, 0C and B6. RGB value is (224,12,182). Sum of RGB (Red+Green+Blue) = 224+12+182=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CB6 is #1FF349. Grayscale: #5E5E5E. Windows color (decimal): -2093898 or 11930848. OLE color: 11930848.
HSL color Cylindrical-coordinate representation of color #E00CB6: hue angle of 311.89º 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 #E00CB6 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 182 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.12 |
| HSL | 311.89º | 0.9% | 0.46% | - |
| HSV(B) | 311.89º | 0.95% | 0.88% | - |
| XYZ | 39.32 | 19.49 | 45.95 | - |
| YUV | 94.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 182 | 0 | 0.95 | 0.19 | 0.12 | 311.89 | 0.9 | 0.46 |
| Hex | E0 | C | B6 | 0 | 5F | 13 | C | 138 | 5A | 2E |
| Octal | 340 | 14 | 266 | 0 | 137 | 23 | 14 | 470 | 132 | 56 |
| Binary | 11100000 | 1100 | 10110110 | 0 | 1011111 | 10011 | 1100 | 100111000 | 1011010 | 101110 |
Color Harmonies of #E00CB6
Complementary color
Monochromatic Colors of #E00CB6
Black with #E00CB6
Text Example
Text Example
White with #E00CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CB6; }
p { color: rgb(224,12,182); }
H1.HeaderClassName
{
color: #E00CB6;
}
.AnyTagClassName
{
color: #E00CB6;
}
</style>
background-color css
<style>
a { background-color: #E00CB6; }
a { background-color: rgb(224,12,182); }
div.DivClassName
{
background-color: #E00CB6;
}
.BgClassName
{
background-color: #E00CB6;
}
</style>
border-color css
<style>
span { border-color: #E00CB6; }
span { border-color: rgb(224,12,182); }
td.TdClassName
{
border-color: #E00CB6;
}
.TagClassName
{
border-color: #E00CB6;
}
</style>