Shades of Shocking Pink #E90CCA
Tints of Shocking Pink #E90CCA
RGB
CMYK
RGB Variations
Color information
#E90CCA (or 0xE90CCA) is known color: Shocking Pink. HEX triplet: E9, 0C and CA. RGB value is (233,12,202). Sum of RGB (Red+Green+Blue) = 233+12+202=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E90CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90CCA is #16F335. Grayscale: #636363. Windows color (decimal): -1504054 or 13241577. OLE color: 13241577.
HSL color Cylindrical-coordinate representation of color #E90CCA: hue angle of 308.42º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CCA is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.09 |
| HSL | 308.42º | 0.9% | 0.48% | - |
| HSV(B) | 308.42º | 0.95% | 0.91% | - |
| XYZ | 44.4 | 21.85 | 57.75 | - |
| YUV | 99.74 | 185.72 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 202 | 0 | 0.95 | 0.13 | 0.09 | 308.42 | 0.9 | 0.48 |
| Hex | E9 | C | CA | 0 | 5F | D | 9 | 134 | 5A | 30 |
| Octal | 351 | 14 | 312 | 0 | 137 | 15 | 11 | 464 | 132 | 60 |
| Binary | 11101001 | 1100 | 11001010 | 0 | 1011111 | 1101 | 1001 | 100110100 | 1011010 | 110000 |
Color Harmonies of #E90CCA
Complementary color
Monochromatic Colors of #E90CCA
Black with #E90CCA
Text Example
Text Example
White with #E90CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CCA; }
p { color: rgb(233,12,202); }
H1.HeaderClassName
{
color: #E90CCA;
}
.AnyTagClassName
{
color: #E90CCA;
}
</style>
background-color css
<style>
a { background-color: #E90CCA; }
a { background-color: rgb(233,12,202); }
div.DivClassName
{
background-color: #E90CCA;
}
.BgClassName
{
background-color: #E90CCA;
}
</style>
border-color css
<style>
span { border-color: #E90CCA; }
span { border-color: rgb(233,12,202); }
td.TdClassName
{
border-color: #E90CCA;
}
.TagClassName
{
border-color: #E90CCA;
}
</style>