Shades of Shocking Pink #EA09C9
Tints of Shocking Pink #EA09C9
RGB
CMYK
RGB Variations
Color information
#EA09C9 (or 0xEA09C9) is known color: Shocking Pink. HEX triplet: EA, 09 and C9. RGB value is (234,9,201). Sum of RGB (Red+Green+Blue) = 234+9+201=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09C9 is #15F636. Grayscale: #616161. Windows color (decimal): -1439287 or 13175274. OLE color: 13175274.
HSL color Cylindrical-coordinate representation of color #EA09C9: hue angle of 308.8º 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 #EA09C9 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.08 |
| HSL | 308.8º | 0.93% | 0.48% | - |
| HSV(B) | 308.8º | 0.96% | 0.92% | - |
| XYZ | 44.57 | 21.9 | 57.14 | - |
| YUV | 98.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 201 | 0 | 0.96 | 0.14 | 0.08 | 308.8 | 0.93 | 0.48 |
| Hex | EA | 9 | C9 | 0 | 60 | E | 8 | 135 | 5D | 30 |
| Octal | 352 | 11 | 311 | 0 | 140 | 16 | 10 | 465 | 135 | 60 |
| Binary | 11101010 | 1001 | 11001001 | 0 | 1100000 | 1110 | 1000 | 100110101 | 1011101 | 110000 |
Color Harmonies of #EA09C9
Complementary color
Monochromatic Colors of #EA09C9
Black with #EA09C9
Text Example
Text Example
White with #EA09C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09C9; }
p { color: rgb(234,9,201); }
H1.HeaderClassName
{
color: #EA09C9;
}
.AnyTagClassName
{
color: #EA09C9;
}
</style>
background-color css
<style>
a { background-color: #EA09C9; }
a { background-color: rgb(234,9,201); }
div.DivClassName
{
background-color: #EA09C9;
}
.BgClassName
{
background-color: #EA09C9;
}
</style>
border-color css
<style>
span { border-color: #EA09C9; }
span { border-color: rgb(234,9,201); }
td.TdClassName
{
border-color: #EA09C9;
}
.TagClassName
{
border-color: #EA09C9;
}
</style>