Shades of Shocking Pink #E918CA
Tints of Shocking Pink #E918CA
RGB
CMYK
RGB Variations
Color information
#E918CA (or 0xE918CA) is known color: Shocking Pink. HEX triplet: E9, 18 and CA. RGB value is (233,24,202). Sum of RGB (Red+Green+Blue) = 233+24+202=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E918CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E918CA is #16E735. Grayscale: #6A6A6A. Windows color (decimal): -1500982 or 13244649. OLE color: 13244649.
HSL color Cylindrical-coordinate representation of color #E918CA: hue angle of 308.9º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918CA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 202 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.09 |
| HSL | 308.9º | 0.83% | 0.5% | - |
| HSV(B) | 308.9º | 0.9% | 0.91% | - |
| XYZ | 44.59 | 22.24 | 57.82 | - |
| YUV | 106.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 202 | 0 | 0.90 | 0.13 | 0.09 | 308.9 | 0.83 | 0.5 |
| Hex | E9 | 18 | CA | 0 | 5A | D | 9 | 135 | 53 | 32 |
| Octal | 351 | 30 | 312 | 0 | 132 | 15 | 11 | 465 | 123 | 62 |
| Binary | 11101001 | 11000 | 11001010 | 0 | 1011010 | 1101 | 1001 | 100110101 | 1010011 | 110010 |
Color Harmonies of #E918CA
Complementary color
Monochromatic Colors of #E918CA
Black with #E918CA
Text Example
Text Example
White with #E918CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918CA; }
p { color: rgb(233,24,202); }
H1.HeaderClassName
{
color: #E918CA;
}
.AnyTagClassName
{
color: #E918CA;
}
</style>
background-color css
<style>
a { background-color: #E918CA; }
a { background-color: rgb(233,24,202); }
div.DivClassName
{
background-color: #E918CA;
}
.BgClassName
{
background-color: #E918CA;
}
</style>
border-color css
<style>
span { border-color: #E918CA; }
span { border-color: rgb(233,24,202); }
td.TdClassName
{
border-color: #E918CA;
}
.TagClassName
{
border-color: #E918CA;
}
</style>