Shades of Shocking Pink #E803C1
Tints of Shocking Pink #E803C1
RGB
CMYK
RGB Variations
Color information
#E803C1 (or 0xE803C1) is known color: Shocking Pink. HEX triplet: E8, 03 and C1. RGB value is (232,3,193). Sum of RGB (Red+Green+Blue) = 232+3+193=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E803C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E803C1 is #17FC3E. Grayscale: #5C5C5C. Windows color (decimal): -1571903 or 12649448. OLE color: 12649448.
HSL color Cylindrical-coordinate representation of color #E803C1: hue angle of 310.22º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E803C1 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 193 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.09 |
| HSL | 310.22º | 0.97% | 0.46% | - |
| HSV(B) | 310.22º | 0.99% | 0.91% | - |
| XYZ | 42.94 | 21.07 | 52.26 | - |
| YUV | 93.13 | 184.37 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 193 | 0 | 0.99 | 0.17 | 0.09 | 310.22 | 0.97 | 0.46 |
| Hex | E8 | 3 | C1 | 0 | 63 | 11 | 9 | 136 | 61 | 2E |
| Octal | 350 | 3 | 301 | 0 | 143 | 21 | 11 | 466 | 141 | 56 |
| Binary | 11101000 | 11 | 11000001 | 0 | 1100011 | 10001 | 1001 | 100110110 | 1100001 | 101110 |
Color Harmonies of #E803C1
Complementary color
Monochromatic Colors of #E803C1
Black with #E803C1
Text Example
Text Example
White with #E803C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803C1; }
p { color: rgb(232,3,193); }
H1.HeaderClassName
{
color: #E803C1;
}
.AnyTagClassName
{
color: #E803C1;
}
</style>
background-color css
<style>
a { background-color: #E803C1; }
a { background-color: rgb(232,3,193); }
div.DivClassName
{
background-color: #E803C1;
}
.BgClassName
{
background-color: #E803C1;
}
</style>
border-color css
<style>
span { border-color: #E803C1; }
span { border-color: rgb(232,3,193); }
td.TdClassName
{
border-color: #E803C1;
}
.TagClassName
{
border-color: #E803C1;
}
</style>