Shades of Shocking Pink #EA09C0
Tints of Shocking Pink #EA09C0
RGB
CMYK
RGB Variations
Color information
#EA09C0 (or 0xEA09C0) is known color: Shocking Pink. HEX triplet: EA, 09 and C0. RGB value is (234,9,192). Sum of RGB (Red+Green+Blue) = 234+9+192=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09C0 is #15F63F. Grayscale: #606060. Windows color (decimal): -1439296 or 12585450. OLE color: 12585450.
HSL color Cylindrical-coordinate representation of color #EA09C0: hue angle of 311.2º 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 #EA09C0 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.08 |
| HSL | 311.2º | 0.93% | 0.48% | - |
| HSV(B) | 311.2º | 0.96% | 0.92% | - |
| XYZ | 43.54 | 21.49 | 51.72 | - |
| YUV | 97.14 | 181.54 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 192 | 0 | 0.96 | 0.18 | 0.08 | 311.2 | 0.93 | 0.48 |
| Hex | EA | 9 | C0 | 0 | 60 | 12 | 8 | 137 | 5D | 30 |
| Octal | 352 | 11 | 300 | 0 | 140 | 22 | 10 | 467 | 135 | 60 |
| Binary | 11101010 | 1001 | 11000000 | 0 | 1100000 | 10010 | 1000 | 100110111 | 1011101 | 110000 |
Color Harmonies of #EA09C0
Complementary color
Monochromatic Colors of #EA09C0
Black with #EA09C0
Text Example
Text Example
White with #EA09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09C0; }
p { color: rgb(234,9,192); }
H1.HeaderClassName
{
color: #EA09C0;
}
.AnyTagClassName
{
color: #EA09C0;
}
</style>
background-color css
<style>
a { background-color: #EA09C0; }
a { background-color: rgb(234,9,192); }
div.DivClassName
{
background-color: #EA09C0;
}
.BgClassName
{
background-color: #EA09C0;
}
</style>
border-color css
<style>
span { border-color: #EA09C0; }
span { border-color: rgb(234,9,192); }
td.TdClassName
{
border-color: #EA09C0;
}
.TagClassName
{
border-color: #EA09C0;
}
</style>