Shades of Shocking Pink #EA09CA
Tints of Shocking Pink #EA09CA
RGB
CMYK
RGB Variations
Color information
#EA09CA (or 0xEA09CA) is known color: Shocking Pink. HEX triplet: EA, 09 and CA. RGB value is (234,9,202). Sum of RGB (Red+Green+Blue) = 234+9+202=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09CA is #15F635. Grayscale: #616161. Windows color (decimal): -1439286 or 13240810. OLE color: 13240810.
HSL color Cylindrical-coordinate representation of color #EA09CA: hue angle of 308.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09CA is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 202 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.08 |
| HSL | 308.53º | 0.93% | 0.48% | - |
| HSV(B) | 308.53º | 0.96% | 0.92% | - |
| XYZ | 44.69 | 21.95 | 57.76 | - |
| YUV | 98.28 | 186.54 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 202 | 0 | 0.96 | 0.14 | 0.08 | 308.53 | 0.93 | 0.48 |
| Hex | EA | 9 | CA | 0 | 60 | E | 8 | 135 | 5D | 30 |
| Octal | 352 | 11 | 312 | 0 | 140 | 16 | 10 | 465 | 135 | 60 |
| Binary | 11101010 | 1001 | 11001010 | 0 | 1100000 | 1110 | 1000 | 100110101 | 1011101 | 110000 |
Color Harmonies of #EA09CA
Complementary color
Monochromatic Colors of #EA09CA
Black with #EA09CA
Text Example
Text Example
White with #EA09CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09CA; }
p { color: rgb(234,9,202); }
H1.HeaderClassName
{
color: #EA09CA;
}
.AnyTagClassName
{
color: #EA09CA;
}
</style>
background-color css
<style>
a { background-color: #EA09CA; }
a { background-color: rgb(234,9,202); }
div.DivClassName
{
background-color: #EA09CA;
}
.BgClassName
{
background-color: #EA09CA;
}
</style>
border-color css
<style>
span { border-color: #EA09CA; }
span { border-color: rgb(234,9,202); }
td.TdClassName
{
border-color: #EA09CA;
}
.TagClassName
{
border-color: #EA09CA;
}
</style>