Shades of Shocking Pink #EA15C7
Tints of Shocking Pink #EA15C7
RGB
CMYK
RGB Variations
Color information
#EA15C7 (or 0xEA15C7) is known color: Shocking Pink. HEX triplet: EA, 15 and C7. RGB value is (234,21,199). Sum of RGB (Red+Green+Blue) = 234+21+199=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15C7 is #15EA38. Grayscale: #686868. Windows color (decimal): -1436217 or 13047274. OLE color: 13047274.
HSL color Cylindrical-coordinate representation of color #EA15C7: hue angle of 309.86º 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 #EA15C7 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 199 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.08 |
| HSL | 309.86º | 0.84% | 0.5% | - |
| HSV(B) | 309.86º | 0.91% | 0.92% | - |
| XYZ | 44.51 | 22.15 | 55.96 | - |
| YUV | 104.98 | 181.07 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 199 | 0 | 0.91 | 0.15 | 0.08 | 309.86 | 0.84 | 0.5 |
| Hex | EA | 15 | C7 | 0 | 5B | F | 8 | 136 | 54 | 32 |
| Octal | 352 | 25 | 307 | 0 | 133 | 17 | 10 | 466 | 124 | 62 |
| Binary | 11101010 | 10101 | 11000111 | 0 | 1011011 | 1111 | 1000 | 100110110 | 1010100 | 110010 |
Color Harmonies of #EA15C7
Complementary color
Monochromatic Colors of #EA15C7
Black with #EA15C7
Text Example
Text Example
White with #EA15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA15C7; }
p { color: rgb(234,21,199); }
H1.HeaderClassName
{
color: #EA15C7;
}
.AnyTagClassName
{
color: #EA15C7;
}
</style>
background-color css
<style>
a { background-color: #EA15C7; }
a { background-color: rgb(234,21,199); }
div.DivClassName
{
background-color: #EA15C7;
}
.BgClassName
{
background-color: #EA15C7;
}
</style>
border-color css
<style>
span { border-color: #EA15C7; }
span { border-color: rgb(234,21,199); }
td.TdClassName
{
border-color: #EA15C7;
}
.TagClassName
{
border-color: #EA15C7;
}
</style>