Shades of Shocking Pink #E321C4
Tints of Shocking Pink #E321C4
RGB
CMYK
RGB Variations
Color information
#E321C4 (or 0xE321C4) is known color: Shocking Pink. HEX triplet: E3, 21 and C4. RGB value is (227,33,196). Sum of RGB (Red+Green+Blue) = 227+33+196=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E321C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321C4 is #1CDE3B. Grayscale: #6D6D6D. Windows color (decimal): -1891900 or 12853731. OLE color: 12853731.
HSL color Cylindrical-coordinate representation of color #E321C4: hue angle of 309.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E321C4 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 196 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.11 |
| HSL | 309.59º | 0.78% | 0.51% | - |
| HSV(B) | 309.59º | 0.85% | 0.89% | - |
| XYZ | 42.19 | 21.4 | 54.13 | - |
| YUV | 109.59 | 176.77 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 196 | 0 | 0.85 | 0.14 | 0.11 | 309.59 | 0.78 | 0.51 |
| Hex | E3 | 21 | C4 | 0 | 55 | E | B | 136 | 4E | 33 |
| Octal | 343 | 41 | 304 | 0 | 125 | 16 | 13 | 466 | 116 | 63 |
| Binary | 11100011 | 100001 | 11000100 | 0 | 1010101 | 1110 | 1011 | 100110110 | 1001110 | 110011 |
Color Harmonies of #E321C4
Complementary color
Monochromatic Colors of #E321C4
Black with #E321C4
Text Example
Text Example
White with #E321C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E321C4; }
p { color: rgb(227,33,196); }
H1.HeaderClassName
{
color: #E321C4;
}
.AnyTagClassName
{
color: #E321C4;
}
</style>
background-color css
<style>
a { background-color: #E321C4; }
a { background-color: rgb(227,33,196); }
div.DivClassName
{
background-color: #E321C4;
}
.BgClassName
{
background-color: #E321C4;
}
</style>
border-color css
<style>
span { border-color: #E321C4; }
span { border-color: rgb(227,33,196); }
td.TdClassName
{
border-color: #E321C4;
}
.TagClassName
{
border-color: #E321C4;
}
</style>