Shades of Shocking Pink #E914CA
Tints of Shocking Pink #E914CA
RGB
CMYK
RGB Variations
Color information
#E914CA (or 0xE914CA) is known color: Shocking Pink. HEX triplet: E9, 14 and CA. RGB value is (233,20,202). Sum of RGB (Red+Green+Blue) = 233+20+202=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E914CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E914CA is #16EB35. Grayscale: #676767. Windows color (decimal): -1502006 or 13243625. OLE color: 13243625.
HSL color Cylindrical-coordinate representation of color #E914CA: hue angle of 308.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914CA is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 202 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.09 |
| HSL | 308.73º | 0.84% | 0.5% | - |
| HSV(B) | 308.73º | 0.91% | 0.91% | - |
| XYZ | 44.52 | 22.09 | 57.79 | - |
| YUV | 104.44 | 183.07 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 202 | 0 | 0.91 | 0.13 | 0.09 | 308.73 | 0.84 | 0.5 |
| Hex | E9 | 14 | CA | 0 | 5B | D | 9 | 135 | 54 | 32 |
| Octal | 351 | 24 | 312 | 0 | 133 | 15 | 11 | 465 | 124 | 62 |
| Binary | 11101001 | 10100 | 11001010 | 0 | 1011011 | 1101 | 1001 | 100110101 | 1010100 | 110010 |
Color Harmonies of #E914CA
Complementary color
Monochromatic Colors of #E914CA
Black with #E914CA
Text Example
Text Example
White with #E914CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914CA; }
p { color: rgb(233,20,202); }
H1.HeaderClassName
{
color: #E914CA;
}
.AnyTagClassName
{
color: #E914CA;
}
</style>
background-color css
<style>
a { background-color: #E914CA; }
a { background-color: rgb(233,20,202); }
div.DivClassName
{
background-color: #E914CA;
}
.BgClassName
{
background-color: #E914CA;
}
</style>
border-color css
<style>
span { border-color: #E914CA; }
span { border-color: rgb(233,20,202); }
td.TdClassName
{
border-color: #E914CA;
}
.TagClassName
{
border-color: #E914CA;
}
</style>