Shades of Shocking Pink #E21FCF
Tints of Shocking Pink #E21FCF
RGB
CMYK
RGB Variations
Color information
#E21FCF (or 0xE21FCF) is known color: Shocking Pink. HEX triplet: E2, 1F and CF. RGB value is (226,31,207). Sum of RGB (Red+Green+Blue) = 226+31+207=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FCF is #1DE030. Grayscale: #6C6C6C. Windows color (decimal): -1957937 or 13574114. OLE color: 13574114.
HSL color Cylindrical-coordinate representation of color #E21FCF: hue angle of 305.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FCF is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 207 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.11 |
| HSL | 305.85º | 0.77% | 0.5% | - |
| HSV(B) | 305.85º | 0.86% | 0.89% | - |
| XYZ | 43.12 | 21.65 | 60.94 | - |
| YUV | 109.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 207 | 0 | 0.86 | 0.08 | 0.11 | 305.85 | 0.77 | 0.5 |
| Hex | E2 | 1F | CF | 0 | 56 | 8 | B | 132 | 4D | 32 |
| Octal | 342 | 37 | 317 | 0 | 126 | 10 | 13 | 462 | 115 | 62 |
| Binary | 11100010 | 11111 | 11001111 | 0 | 1010110 | 1000 | 1011 | 100110010 | 1001101 | 110010 |
Color Harmonies of #E21FCF
Complementary color
Monochromatic Colors of #E21FCF
Black with #E21FCF
Text Example
Text Example
White with #E21FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FCF; }
p { color: rgb(226,31,207); }
H1.HeaderClassName
{
color: #E21FCF;
}
.AnyTagClassName
{
color: #E21FCF;
}
</style>
background-color css
<style>
a { background-color: #E21FCF; }
a { background-color: rgb(226,31,207); }
div.DivClassName
{
background-color: #E21FCF;
}
.BgClassName
{
background-color: #E21FCF;
}
</style>
border-color css
<style>
span { border-color: #E21FCF; }
span { border-color: rgb(226,31,207); }
td.TdClassName
{
border-color: #E21FCF;
}
.TagClassName
{
border-color: #E21FCF;
}
</style>