Shades of Shocking Pink #E805C4
Tints of Shocking Pink #E805C4
RGB
CMYK
RGB Variations
Color information
#E805C4 (or 0xE805C4) is known color: Shocking Pink. HEX triplet: E8, 05 and C4. RGB value is (232,5,196). Sum of RGB (Red+Green+Blue) = 232+5+196=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E805C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805C4 is #17FA3B. Grayscale: #5E5E5E. Windows color (decimal): -1571388 or 12846568. OLE color: 12846568.
HSL color Cylindrical-coordinate representation of color #E805C4: hue angle of 309.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805C4 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 196 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.09 |
| HSL | 309.52º | 0.96% | 0.46% | - |
| HSV(B) | 309.52º | 0.98% | 0.91% | - |
| XYZ | 43.3 | 21.25 | 54.04 | - |
| YUV | 94.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 196 | 0 | 0.98 | 0.16 | 0.09 | 309.52 | 0.96 | 0.46 |
| Hex | E8 | 5 | C4 | 0 | 62 | 10 | 9 | 136 | 60 | 2E |
| Octal | 350 | 5 | 304 | 0 | 142 | 20 | 11 | 466 | 140 | 56 |
| Binary | 11101000 | 101 | 11000100 | 0 | 1100010 | 10000 | 1001 | 100110110 | 1100000 | 101110 |
Color Harmonies of #E805C4
Complementary color
Monochromatic Colors of #E805C4
Black with #E805C4
Text Example
Text Example
White with #E805C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805C4; }
p { color: rgb(232,5,196); }
H1.HeaderClassName
{
color: #E805C4;
}
.AnyTagClassName
{
color: #E805C4;
}
</style>
background-color css
<style>
a { background-color: #E805C4; }
a { background-color: rgb(232,5,196); }
div.DivClassName
{
background-color: #E805C4;
}
.BgClassName
{
background-color: #E805C4;
}
</style>
border-color css
<style>
span { border-color: #E805C4; }
span { border-color: rgb(232,5,196); }
td.TdClassName
{
border-color: #E805C4;
}
.TagClassName
{
border-color: #E805C4;
}
</style>