Shades of Shocking Pink #E603C2
Tints of Shocking Pink #E603C2
RGB
CMYK
RGB Variations
Color information
#E603C2 (or 0xE603C2) is known color: Shocking Pink. HEX triplet: E6, 03 and C2. RGB value is (230,3,194). Sum of RGB (Red+Green+Blue) = 230+3+194=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E603C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603C2 is #19FC3D. Grayscale: #5C5C5C. Windows color (decimal): -1702974 or 12714982. OLE color: 12714982.
HSL color Cylindrical-coordinate representation of color #E603C2: hue angle of 309.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603C2 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.10 |
| HSL | 309.52º | 0.97% | 0.46% | - |
| HSV(B) | 309.52º | 0.99% | 0.9% | - |
| XYZ | 42.4 | 20.78 | 52.82 | - |
| YUV | 92.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 194 | 0 | 0.99 | 0.16 | 0.10 | 309.52 | 0.97 | 0.46 |
| Hex | E6 | 3 | C2 | 0 | 63 | 10 | A | 136 | 61 | 2E |
| Octal | 346 | 3 | 302 | 0 | 143 | 20 | 12 | 466 | 141 | 56 |
| Binary | 11100110 | 11 | 11000010 | 0 | 1100011 | 10000 | 1010 | 100110110 | 1100001 | 101110 |
Color Harmonies of #E603C2
Complementary color
Monochromatic Colors of #E603C2
Black with #E603C2
Text Example
Text Example
White with #E603C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603C2; }
p { color: rgb(230,3,194); }
H1.HeaderClassName
{
color: #E603C2;
}
.AnyTagClassName
{
color: #E603C2;
}
</style>
background-color css
<style>
a { background-color: #E603C2; }
a { background-color: rgb(230,3,194); }
div.DivClassName
{
background-color: #E603C2;
}
.BgClassName
{
background-color: #E603C2;
}
</style>
border-color css
<style>
span { border-color: #E603C2; }
span { border-color: rgb(230,3,194); }
td.TdClassName
{
border-color: #E603C2;
}
.TagClassName
{
border-color: #E603C2;
}
</style>