Shades of Shocking Pink #EA24BC
Tints of Shocking Pink #EA24BC
RGB
CMYK
RGB Variations
Color information
#EA24BC (or 0xEA24BC) is known color: Shocking Pink. HEX triplet: EA, 24 and BC. RGB value is (234,36,188). Sum of RGB (Red+Green+Blue) = 234+36+188=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA24BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA24BC is #15DB43. Grayscale: #707070. Windows color (decimal): -1432388 or 12330218. OLE color: 12330218.
HSL color Cylindrical-coordinate representation of color #EA24BC: hue angle of 313.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA24BC is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 188 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.08 |
| HSL | 313.94º | 0.83% | 0.53% | - |
| HSV(B) | 313.94º | 0.85% | 0.92% | - |
| XYZ | 43.64 | 22.39 | 49.6 | - |
| YUV | 112.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 188 | 0 | 0.85 | 0.20 | 0.08 | 313.94 | 0.83 | 0.53 |
| Hex | EA | 24 | BC | 0 | 55 | 14 | 8 | 13A | 52 | 35 |
| Octal | 352 | 44 | 274 | 0 | 125 | 24 | 10 | 472 | 122 | 65 |
| Binary | 11101010 | 100100 | 10111100 | 0 | 1010101 | 10100 | 1000 | 100111010 | 1010010 | 110101 |
Color Harmonies of #EA24BC
Complementary color
Monochromatic Colors of #EA24BC
Black with #EA24BC
Text Example
Text Example
White with #EA24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA24BC; }
p { color: rgb(234,36,188); }
H1.HeaderClassName
{
color: #EA24BC;
}
.AnyTagClassName
{
color: #EA24BC;
}
</style>
background-color css
<style>
a { background-color: #EA24BC; }
a { background-color: rgb(234,36,188); }
div.DivClassName
{
background-color: #EA24BC;
}
.BgClassName
{
background-color: #EA24BC;
}
</style>
border-color css
<style>
span { border-color: #EA24BC; }
span { border-color: rgb(234,36,188); }
td.TdClassName
{
border-color: #EA24BC;
}
.TagClassName
{
border-color: #EA24BC;
}
</style>