Shades of Shocking Pink #E21CCB
Tints of Shocking Pink #E21CCB
RGB
CMYK
RGB Variations
Color information
#E21CCB (or 0xE21CCB) is known color: Shocking Pink. HEX triplet: E2, 1C and CB. RGB value is (226,28,203). Sum of RGB (Red+Green+Blue) = 226+28+203=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CCB is #1DE334. Grayscale: #6A6A6A. Windows color (decimal): -1958709 or 13311202. OLE color: 13311202.
HSL color Cylindrical-coordinate representation of color #E21CCB: hue angle of 306.97º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CCB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 203 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.97º | 0.78% | 0.5% | - |
| HSV(B) | 306.97º | 0.88% | 0.89% | - |
| XYZ | 42.56 | 21.31 | 58.37 | - |
| YUV | 107.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 203 | 0 | 0.88 | 0.10 | 0.11 | 306.97 | 0.78 | 0.5 |
| Hex | E2 | 1C | CB | 0 | 58 | A | B | 133 | 4E | 32 |
| Octal | 342 | 34 | 313 | 0 | 130 | 12 | 13 | 463 | 116 | 62 |
| Binary | 11100010 | 11100 | 11001011 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001110 | 110010 |
Color Harmonies of #E21CCB
Complementary color
Monochromatic Colors of #E21CCB
Black with #E21CCB
Text Example
Text Example
White with #E21CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CCB; }
p { color: rgb(226,28,203); }
H1.HeaderClassName
{
color: #E21CCB;
}
.AnyTagClassName
{
color: #E21CCB;
}
</style>
background-color css
<style>
a { background-color: #E21CCB; }
a { background-color: rgb(226,28,203); }
div.DivClassName
{
background-color: #E21CCB;
}
.BgClassName
{
background-color: #E21CCB;
}
</style>
border-color css
<style>
span { border-color: #E21CCB; }
span { border-color: rgb(226,28,203); }
td.TdClassName
{
border-color: #E21CCB;
}
.TagClassName
{
border-color: #E21CCB;
}
</style>