Shades of Shocking Pink #ED20CA
Tints of Shocking Pink #ED20CA
RGB
CMYK
RGB Variations
Color information
#ED20CA (or 0xED20CA) is known color: Shocking Pink. HEX triplet: ED, 20 and CA. RGB value is (237,32,202). Sum of RGB (Red+Green+Blue) = 237+32+202=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20CA is #12DF35. Grayscale: #707070. Windows color (decimal): -1236790 or 13246701. OLE color: 13246701.
HSL color Cylindrical-coordinate representation of color #ED20CA: hue angle of 310.24º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED20CA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 202 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.07 |
| HSL | 310.24º | 0.85% | 0.53% | - |
| HSV(B) | 310.24º | 0.86% | 0.93% | - |
| XYZ | 46.1 | 23.3 | 57.94 | - |
| YUV | 112.68 | 178.42 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 202 | 0 | 0.86 | 0.15 | 0.07 | 310.24 | 0.85 | 0.53 |
| Hex | ED | 20 | CA | 0 | 56 | F | 7 | 136 | 55 | 35 |
| Octal | 355 | 40 | 312 | 0 | 126 | 17 | 7 | 466 | 125 | 65 |
| Binary | 11101101 | 100000 | 11001010 | 0 | 1010110 | 1111 | 111 | 100110110 | 1010101 | 110101 |
Color Harmonies of #ED20CA
Complementary color
Monochromatic Colors of #ED20CA
Black with #ED20CA
Text Example
Text Example
White with #ED20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20CA; }
p { color: rgb(237,32,202); }
H1.HeaderClassName
{
color: #ED20CA;
}
.AnyTagClassName
{
color: #ED20CA;
}
</style>
background-color css
<style>
a { background-color: #ED20CA; }
a { background-color: rgb(237,32,202); }
div.DivClassName
{
background-color: #ED20CA;
}
.BgClassName
{
background-color: #ED20CA;
}
</style>
border-color css
<style>
span { border-color: #ED20CA; }
span { border-color: rgb(237,32,202); }
td.TdClassName
{
border-color: #ED20CA;
}
.TagClassName
{
border-color: #ED20CA;
}
</style>