Shades of Shocking Pink #ED22BD
Tints of Shocking Pink #ED22BD
RGB
CMYK
RGB Variations
Color information
#ED22BD (or 0xED22BD) is known color: Shocking Pink. HEX triplet: ED, 22 and BD. RGB value is (237,34,189). Sum of RGB (Red+Green+Blue) = 237+34+189=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED22BD is #12DD42. Grayscale: #6F6F6F. Windows color (decimal): -1236291 or 12395245. OLE color: 12395245.
HSL color Cylindrical-coordinate representation of color #ED22BD: hue angle of 314.19º 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 #ED22BD is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 189 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.07 |
| HSL | 314.19º | 0.85% | 0.53% | - |
| HSV(B) | 314.19º | 0.86% | 0.93% | - |
| XYZ | 44.68 | 22.82 | 50.19 | - |
| YUV | 112.37 | 171.25 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 189 | 0 | 0.86 | 0.20 | 0.07 | 314.19 | 0.85 | 0.53 |
| Hex | ED | 22 | BD | 0 | 56 | 14 | 7 | 13A | 55 | 35 |
| Octal | 355 | 42 | 275 | 0 | 126 | 24 | 7 | 472 | 125 | 65 |
| Binary | 11101101 | 100010 | 10111101 | 0 | 1010110 | 10100 | 111 | 100111010 | 1010101 | 110101 |
Color Harmonies of #ED22BD
Complementary color
Monochromatic Colors of #ED22BD
Black with #ED22BD
Text Example
Text Example
White with #ED22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED22BD; }
p { color: rgb(237,34,189); }
H1.HeaderClassName
{
color: #ED22BD;
}
.AnyTagClassName
{
color: #ED22BD;
}
</style>
background-color css
<style>
a { background-color: #ED22BD; }
a { background-color: rgb(237,34,189); }
div.DivClassName
{
background-color: #ED22BD;
}
.BgClassName
{
background-color: #ED22BD;
}
</style>
border-color css
<style>
span { border-color: #ED22BD; }
span { border-color: rgb(237,34,189); }
td.TdClassName
{
border-color: #ED22BD;
}
.TagClassName
{
border-color: #ED22BD;
}
</style>