Shades of Shocking Pink #E90AC4
Tints of Shocking Pink #E90AC4
RGB
CMYK
RGB Variations
Color information
#E90AC4 (or 0xE90AC4) is known color: Shocking Pink. HEX triplet: E9, 0A and C4. RGB value is (233,10,196). Sum of RGB (Red+Green+Blue) = 233+10+196=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90AC4 is #16F53B. Grayscale: #616161. Windows color (decimal): -1504572 or 12847849. OLE color: 12847849.
HSL color Cylindrical-coordinate representation of color #E90AC4: hue angle of 309.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90AC4 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 196 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.09 |
| HSL | 309.96º | 0.92% | 0.48% | - |
| HSV(B) | 309.96º | 0.96% | 0.91% | - |
| XYZ | 43.68 | 21.53 | 54.08 | - |
| YUV | 97.88 | 183.38 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 196 | 0 | 0.96 | 0.16 | 0.09 | 309.96 | 0.92 | 0.48 |
| Hex | E9 | A | C4 | 0 | 60 | 10 | 9 | 136 | 5C | 30 |
| Octal | 351 | 12 | 304 | 0 | 140 | 20 | 11 | 466 | 134 | 60 |
| Binary | 11101001 | 1010 | 11000100 | 0 | 1100000 | 10000 | 1001 | 100110110 | 1011100 | 110000 |
Color Harmonies of #E90AC4
Complementary color
Monochromatic Colors of #E90AC4
Black with #E90AC4
Text Example
Text Example
White with #E90AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90AC4; }
p { color: rgb(233,10,196); }
H1.HeaderClassName
{
color: #E90AC4;
}
.AnyTagClassName
{
color: #E90AC4;
}
</style>
background-color css
<style>
a { background-color: #E90AC4; }
a { background-color: rgb(233,10,196); }
div.DivClassName
{
background-color: #E90AC4;
}
.BgClassName
{
background-color: #E90AC4;
}
</style>
border-color css
<style>
span { border-color: #E90AC4; }
span { border-color: rgb(233,10,196); }
td.TdClassName
{
border-color: #E90AC4;
}
.TagClassName
{
border-color: #E90AC4;
}
</style>