Shades of Shocking Pink #EA15C9
Tints of Shocking Pink #EA15C9
RGB
CMYK
RGB Variations
Color information
#EA15C9 (or 0xEA15C9) is known color: Shocking Pink. HEX triplet: EA, 15 and C9. RGB value is (234,21,201). Sum of RGB (Red+Green+Blue) = 234+21+201=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15C9 is #15EA36. Grayscale: #686868. Windows color (decimal): -1436215 or 13178346. OLE color: 13178346.
HSL color Cylindrical-coordinate representation of color #EA15C9: hue angle of 309.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15C9 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 201 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.08 |
| HSL | 309.3º | 0.84% | 0.5% | - |
| HSV(B) | 309.3º | 0.91% | 0.92% | - |
| XYZ | 44.74 | 22.25 | 57.19 | - |
| YUV | 105.21 | 182.07 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 201 | 0 | 0.91 | 0.14 | 0.08 | 309.3 | 0.84 | 0.5 |
| Hex | EA | 15 | C9 | 0 | 5B | E | 8 | 135 | 54 | 32 |
| Octal | 352 | 25 | 311 | 0 | 133 | 16 | 10 | 465 | 124 | 62 |
| Binary | 11101010 | 10101 | 11001001 | 0 | 1011011 | 1110 | 1000 | 100110101 | 1010100 | 110010 |
Color Harmonies of #EA15C9
Complementary color
Monochromatic Colors of #EA15C9
Black with #EA15C9
Text Example
Text Example
White with #EA15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA15C9; }
p { color: rgb(234,21,201); }
H1.HeaderClassName
{
color: #EA15C9;
}
.AnyTagClassName
{
color: #EA15C9;
}
</style>
background-color css
<style>
a { background-color: #EA15C9; }
a { background-color: rgb(234,21,201); }
div.DivClassName
{
background-color: #EA15C9;
}
.BgClassName
{
background-color: #EA15C9;
}
</style>
border-color css
<style>
span { border-color: #EA15C9; }
span { border-color: rgb(234,21,201); }
td.TdClassName
{
border-color: #EA15C9;
}
.TagClassName
{
border-color: #EA15C9;
}
</style>