Shades of Shocking Pink #EA10CA
Tints of Shocking Pink #EA10CA
RGB
CMYK
RGB Variations
Color information
#EA10CA (or 0xEA10CA) is known color: Shocking Pink. HEX triplet: EA, 10 and CA. RGB value is (234,16,202). Sum of RGB (Red+Green+Blue) = 234+16+202=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA10CA is #15EF35. Grayscale: #656565. Windows color (decimal): -1437494 or 13242602. OLE color: 13242602.
HSL color Cylindrical-coordinate representation of color #EA10CA: hue angle of 308.81º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10CA is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.08 |
| HSL | 308.81º | 0.87% | 0.49% | - |
| HSV(B) | 308.81º | 0.93% | 0.92% | - |
| XYZ | 44.78 | 22.13 | 57.79 | - |
| YUV | 102.39 | 184.22 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 202 | 0 | 0.93 | 0.14 | 0.08 | 308.81 | 0.87 | 0.49 |
| Hex | EA | 10 | CA | 0 | 5D | E | 8 | 135 | 57 | 31 |
| Octal | 352 | 20 | 312 | 0 | 135 | 16 | 10 | 465 | 127 | 61 |
| Binary | 11101010 | 10000 | 11001010 | 0 | 1011101 | 1110 | 1000 | 100110101 | 1010111 | 110001 |
Color Harmonies of #EA10CA
Complementary color
Monochromatic Colors of #EA10CA
Black with #EA10CA
Text Example
Text Example
White with #EA10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA10CA; }
p { color: rgb(234,16,202); }
H1.HeaderClassName
{
color: #EA10CA;
}
.AnyTagClassName
{
color: #EA10CA;
}
</style>
background-color css
<style>
a { background-color: #EA10CA; }
a { background-color: rgb(234,16,202); }
div.DivClassName
{
background-color: #EA10CA;
}
.BgClassName
{
background-color: #EA10CA;
}
</style>
border-color css
<style>
span { border-color: #EA10CA; }
span { border-color: rgb(234,16,202); }
td.TdClassName
{
border-color: #EA10CA;
}
.TagClassName
{
border-color: #EA10CA;
}
</style>