Shades of Shocking Pink #E621C3
Tints of Shocking Pink #E621C3
RGB
CMYK
RGB Variations
Color information
#E621C3 (or 0xE621C3) is known color: Shocking Pink. HEX triplet: E6, 21 and C3. RGB value is (230,33,195). Sum of RGB (Red+Green+Blue) = 230+33+195=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E621C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621C3 is #19DE3C. Grayscale: #6D6D6D. Windows color (decimal): -1695293 or 12788198. OLE color: 12788198.
HSL color Cylindrical-coordinate representation of color #E621C3: hue angle of 310.66º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621C3 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 195 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.10 |
| HSL | 310.66º | 0.8% | 0.52% | - |
| HSV(B) | 310.66º | 0.86% | 0.9% | - |
| XYZ | 43.03 | 21.85 | 53.58 | - |
| YUV | 110.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 195 | 0 | 0.86 | 0.15 | 0.10 | 310.66 | 0.8 | 0.52 |
| Hex | E6 | 21 | C3 | 0 | 56 | F | A | 137 | 50 | 34 |
| Octal | 346 | 41 | 303 | 0 | 126 | 17 | 12 | 467 | 120 | 64 |
| Binary | 11100110 | 100001 | 11000011 | 0 | 1010110 | 1111 | 1010 | 100110111 | 1010000 | 110100 |
Color Harmonies of #E621C3
Complementary color
Monochromatic Colors of #E621C3
Black with #E621C3
Text Example
Text Example
White with #E621C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E621C3; }
p { color: rgb(230,33,195); }
H1.HeaderClassName
{
color: #E621C3;
}
.AnyTagClassName
{
color: #E621C3;
}
</style>
background-color css
<style>
a { background-color: #E621C3; }
a { background-color: rgb(230,33,195); }
div.DivClassName
{
background-color: #E621C3;
}
.BgClassName
{
background-color: #E621C3;
}
</style>
border-color css
<style>
span { border-color: #E621C3; }
span { border-color: rgb(230,33,195); }
td.TdClassName
{
border-color: #E621C3;
}
.TagClassName
{
border-color: #E621C3;
}
</style>