Shades of Shocking Pink #E00CBF
Tints of Shocking Pink #E00CBF
RGB
CMYK
RGB Variations
Color information
#E00CBF (or 0xE00CBF) is known color: Shocking Pink. HEX triplet: E0, 0C and BF. RGB value is (224,12,191). Sum of RGB (Red+Green+Blue) = 224+12+191=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CBF is #1FF340. Grayscale: #5F5F5F. Windows color (decimal): -2093889 or 12520672. OLE color: 12520672.
HSL color Cylindrical-coordinate representation of color #E00CBF: hue angle of 309.34º 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 #E00CBF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.12 |
| HSL | 309.34º | 0.9% | 0.46% | - |
| HSV(B) | 309.34º | 0.95% | 0.88% | - |
| XYZ | 40.28 | 19.87 | 51 | - |
| YUV | 95.79 | 181.74 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 191 | 0 | 0.95 | 0.15 | 0.12 | 309.34 | 0.9 | 0.46 |
| Hex | E0 | C | BF | 0 | 5F | F | C | 135 | 5A | 2E |
| Octal | 340 | 14 | 277 | 0 | 137 | 17 | 14 | 465 | 132 | 56 |
| Binary | 11100000 | 1100 | 10111111 | 0 | 1011111 | 1111 | 1100 | 100110101 | 1011010 | 101110 |
Color Harmonies of #E00CBF
Complementary color
Monochromatic Colors of #E00CBF
Black with #E00CBF
Text Example
Text Example
White with #E00CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CBF; }
p { color: rgb(224,12,191); }
H1.HeaderClassName
{
color: #E00CBF;
}
.AnyTagClassName
{
color: #E00CBF;
}
</style>
background-color css
<style>
a { background-color: #E00CBF; }
a { background-color: rgb(224,12,191); }
div.DivClassName
{
background-color: #E00CBF;
}
.BgClassName
{
background-color: #E00CBF;
}
</style>
border-color css
<style>
span { border-color: #E00CBF; }
span { border-color: rgb(224,12,191); }
td.TdClassName
{
border-color: #E00CBF;
}
.TagClassName
{
border-color: #E00CBF;
}
</style>