Shades of Shocking Pink #ED20CB
Tints of Shocking Pink #ED20CB
RGB
CMYK
RGB Variations
Color information
#ED20CB (or 0xED20CB) is known color: Shocking Pink. HEX triplet: ED, 20 and CB. RGB value is (237,32,203). Sum of RGB (Red+Green+Blue) = 237+32+203=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED20CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED20CB is #12DF34. Grayscale: #707070. Windows color (decimal): -1236789 or 13312237. OLE color: 13312237.
HSL color Cylindrical-coordinate representation of color #ED20CB: hue angle of 309.95º 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 #ED20CB is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 203 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.07 |
| HSL | 309.95º | 0.85% | 0.53% | - |
| HSV(B) | 309.95º | 0.86% | 0.93% | - |
| XYZ | 46.22 | 23.35 | 58.57 | - |
| YUV | 112.79 | 178.92 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 203 | 0 | 0.86 | 0.14 | 0.07 | 309.95 | 0.85 | 0.53 |
| Hex | ED | 20 | CB | 0 | 56 | E | 7 | 136 | 55 | 35 |
| Octal | 355 | 40 | 313 | 0 | 126 | 16 | 7 | 466 | 125 | 65 |
| Binary | 11101101 | 100000 | 11001011 | 0 | 1010110 | 1110 | 111 | 100110110 | 1010101 | 110101 |
Color Harmonies of #ED20CB
Complementary color
Monochromatic Colors of #ED20CB
Black with #ED20CB
Text Example
Text Example
White with #ED20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED20CB; }
p { color: rgb(237,32,203); }
H1.HeaderClassName
{
color: #ED20CB;
}
.AnyTagClassName
{
color: #ED20CB;
}
</style>
background-color css
<style>
a { background-color: #ED20CB; }
a { background-color: rgb(237,32,203); }
div.DivClassName
{
background-color: #ED20CB;
}
.BgClassName
{
background-color: #ED20CB;
}
</style>
border-color css
<style>
span { border-color: #ED20CB; }
span { border-color: rgb(237,32,203); }
td.TdClassName
{
border-color: #ED20CB;
}
.TagClassName
{
border-color: #ED20CB;
}
</style>