Shades of Shocking Pink #E01CCB
Tints of Shocking Pink #E01CCB
RGB
CMYK
RGB Variations
Color information
#E01CCB (or 0xE01CCB) is known color: Shocking Pink. HEX triplet: E0, 1C and CB. RGB value is (224,28,203). Sum of RGB (Red+Green+Blue) = 224+28+203=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CCB is #1FE334. Grayscale: #6A6A6A. Windows color (decimal): -2089781 or 13311200. OLE color: 13311200.
HSL color Cylindrical-coordinate representation of color #E01CCB: hue angle of 306.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CCB is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 203 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.12 |
| HSL | 306.43º | 0.78% | 0.49% | - |
| HSV(B) | 306.43º | 0.88% | 0.88% | - |
| XYZ | 41.94 | 20.99 | 58.34 | - |
| YUV | 106.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 203 | 0 | 0.88 | 0.09 | 0.12 | 306.43 | 0.78 | 0.49 |
| Hex | E0 | 1C | CB | 0 | 58 | 9 | C | 132 | 4E | 31 |
| Octal | 340 | 34 | 313 | 0 | 130 | 11 | 14 | 462 | 116 | 61 |
| Binary | 11100000 | 11100 | 11001011 | 0 | 1011000 | 1001 | 1100 | 100110010 | 1001110 | 110001 |
Color Harmonies of #E01CCB
Complementary color
Monochromatic Colors of #E01CCB
Black with #E01CCB
Text Example
Text Example
White with #E01CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CCB; }
p { color: rgb(224,28,203); }
H1.HeaderClassName
{
color: #E01CCB;
}
.AnyTagClassName
{
color: #E01CCB;
}
</style>
background-color css
<style>
a { background-color: #E01CCB; }
a { background-color: rgb(224,28,203); }
div.DivClassName
{
background-color: #E01CCB;
}
.BgClassName
{
background-color: #E01CCB;
}
</style>
border-color css
<style>
span { border-color: #E01CCB; }
span { border-color: rgb(224,28,203); }
td.TdClassName
{
border-color: #E01CCB;
}
.TagClassName
{
border-color: #E01CCB;
}
</style>