Shades of Shocking Pink #E21CCF
Tints of Shocking Pink #E21CCF
RGB
CMYK
RGB Variations
Color information
#E21CCF (or 0xE21CCF) is known color: Shocking Pink. HEX triplet: E2, 1C and CF. RGB value is (226,28,207). Sum of RGB (Red+Green+Blue) = 226+28+207=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CCF is #1DE330. Grayscale: #6B6B6B. Windows color (decimal): -1958705 or 13573346. OLE color: 13573346.
HSL color Cylindrical-coordinate representation of color #E21CCF: hue angle of 305.76º 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 #E21CCF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.11 |
| HSL | 305.76º | 0.78% | 0.5% | - |
| HSV(B) | 305.76º | 0.88% | 0.89% | - |
| XYZ | 43.04 | 21.5 | 60.91 | - |
| YUV | 107.61 | 184.1 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 207 | 0 | 0.88 | 0.08 | 0.11 | 305.76 | 0.78 | 0.5 |
| Hex | E2 | 1C | CF | 0 | 58 | 8 | B | 132 | 4E | 32 |
| Octal | 342 | 34 | 317 | 0 | 130 | 10 | 13 | 462 | 116 | 62 |
| Binary | 11100010 | 11100 | 11001111 | 0 | 1011000 | 1000 | 1011 | 100110010 | 1001110 | 110010 |
Color Harmonies of #E21CCF
Complementary color
Monochromatic Colors of #E21CCF
Black with #E21CCF
Text Example
Text Example
White with #E21CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CCF; }
p { color: rgb(226,28,207); }
H1.HeaderClassName
{
color: #E21CCF;
}
.AnyTagClassName
{
color: #E21CCF;
}
</style>
background-color css
<style>
a { background-color: #E21CCF; }
a { background-color: rgb(226,28,207); }
div.DivClassName
{
background-color: #E21CCF;
}
.BgClassName
{
background-color: #E21CCF;
}
</style>
border-color css
<style>
span { border-color: #E21CCF; }
span { border-color: rgb(226,28,207); }
td.TdClassName
{
border-color: #E21CCF;
}
.TagClassName
{
border-color: #E21CCF;
}
</style>