Shades of Shocking Pink #EA18CA
Tints of Shocking Pink #EA18CA
RGB
CMYK
RGB Variations
Color information
#EA18CA (or 0xEA18CA) is known color: Shocking Pink. HEX triplet: EA, 18 and CA. RGB value is (234,24,202). Sum of RGB (Red+Green+Blue) = 234+24+202=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18CA is #15E735. Grayscale: #6A6A6A. Windows color (decimal): -1435446 or 13244650. OLE color: 13244650.
HSL color Cylindrical-coordinate representation of color #EA18CA: hue angle of 309.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18CA is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 202 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.08 |
| HSL | 309.14º | 0.83% | 0.51% | - |
| HSV(B) | 309.14º | 0.9% | 0.92% | - |
| XYZ | 44.92 | 22.41 | 57.84 | - |
| YUV | 107.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 202 | 0 | 0.90 | 0.14 | 0.08 | 309.14 | 0.83 | 0.51 |
| Hex | EA | 18 | CA | 0 | 5A | E | 8 | 135 | 53 | 33 |
| Octal | 352 | 30 | 312 | 0 | 132 | 16 | 10 | 465 | 123 | 63 |
| Binary | 11101010 | 11000 | 11001010 | 0 | 1011010 | 1110 | 1000 | 100110101 | 1010011 | 110011 |
Color Harmonies of #EA18CA
Complementary color
Monochromatic Colors of #EA18CA
Black with #EA18CA
Text Example
Text Example
White with #EA18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18CA; }
p { color: rgb(234,24,202); }
H1.HeaderClassName
{
color: #EA18CA;
}
.AnyTagClassName
{
color: #EA18CA;
}
</style>
background-color css
<style>
a { background-color: #EA18CA; }
a { background-color: rgb(234,24,202); }
div.DivClassName
{
background-color: #EA18CA;
}
.BgClassName
{
background-color: #EA18CA;
}
</style>
border-color css
<style>
span { border-color: #EA18CA; }
span { border-color: rgb(234,24,202); }
td.TdClassName
{
border-color: #EA18CA;
}
.TagClassName
{
border-color: #EA18CA;
}
</style>