Shades of Shocking Pink #E21FC4
Tints of Shocking Pink #E21FC4
RGB
CMYK
RGB Variations
Color information
#E21FC4 (or 0xE21FC4) is known color: Shocking Pink. HEX triplet: E2, 1F and C4. RGB value is (226,31,196). Sum of RGB (Red+Green+Blue) = 226+31+196=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FC4 is #1DE03B. Grayscale: #6B6B6B. Windows color (decimal): -1957948 or 12853218. OLE color: 12853218.
HSL color Cylindrical-coordinate representation of color #E21FC4: hue angle of 309.23º 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 #E21FC4 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 196 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.11 |
| HSL | 309.23º | 0.77% | 0.5% | - |
| HSV(B) | 309.23º | 0.86% | 0.89% | - |
| XYZ | 41.82 | 21.13 | 54.1 | - |
| YUV | 108.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 196 | 0 | 0.86 | 0.13 | 0.11 | 309.23 | 0.77 | 0.5 |
| Hex | E2 | 1F | C4 | 0 | 56 | D | B | 135 | 4D | 32 |
| Octal | 342 | 37 | 304 | 0 | 126 | 15 | 13 | 465 | 115 | 62 |
| Binary | 11100010 | 11111 | 11000100 | 0 | 1010110 | 1101 | 1011 | 100110101 | 1001101 | 110010 |
Color Harmonies of #E21FC4
Complementary color
Monochromatic Colors of #E21FC4
Black with #E21FC4
Text Example
Text Example
White with #E21FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FC4; }
p { color: rgb(226,31,196); }
H1.HeaderClassName
{
color: #E21FC4;
}
.AnyTagClassName
{
color: #E21FC4;
}
</style>
background-color css
<style>
a { background-color: #E21FC4; }
a { background-color: rgb(226,31,196); }
div.DivClassName
{
background-color: #E21FC4;
}
.BgClassName
{
background-color: #E21FC4;
}
</style>
border-color css
<style>
span { border-color: #E21FC4; }
span { border-color: rgb(226,31,196); }
td.TdClassName
{
border-color: #E21FC4;
}
.TagClassName
{
border-color: #E21FC4;
}
</style>