Shades of Shocking Pink #ED21BE
Tints of Shocking Pink #ED21BE
RGB
CMYK
RGB Variations
Color information
#ED21BE (or 0xED21BE) is known color: Shocking Pink. HEX triplet: ED, 21 and BE. RGB value is (237,33,190). Sum of RGB (Red+Green+Blue) = 237+33+190=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21BE is #12DE41. Grayscale: #6F6F6F. Windows color (decimal): -1236546 or 12460525. OLE color: 12460525.
HSL color Cylindrical-coordinate representation of color #ED21BE: hue angle of 313.82º 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 #ED21BE is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 33 | 190 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.07 |
| HSL | 313.82º | 0.85% | 0.53% | - |
| HSV(B) | 313.82º | 0.86% | 0.93% | - |
| XYZ | 44.76 | 22.81 | 50.76 | - |
| YUV | 111.89 | 172.09 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 33 | 190 | 0 | 0.86 | 0.20 | 0.07 | 313.82 | 0.85 | 0.53 |
| Hex | ED | 21 | BE | 0 | 56 | 14 | 7 | 13A | 55 | 35 |
| Octal | 355 | 41 | 276 | 0 | 126 | 24 | 7 | 472 | 125 | 65 |
| Binary | 11101101 | 100001 | 10111110 | 0 | 1010110 | 10100 | 111 | 100111010 | 1010101 | 110101 |
Color Harmonies of #ED21BE
Complementary color
Monochromatic Colors of #ED21BE
Black with #ED21BE
Text Example
Text Example
White with #ED21BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED21BE; }
p { color: rgb(237,33,190); }
H1.HeaderClassName
{
color: #ED21BE;
}
.AnyTagClassName
{
color: #ED21BE;
}
</style>
background-color css
<style>
a { background-color: #ED21BE; }
a { background-color: rgb(237,33,190); }
div.DivClassName
{
background-color: #ED21BE;
}
.BgClassName
{
background-color: #ED21BE;
}
</style>
border-color css
<style>
span { border-color: #ED21BE; }
span { border-color: rgb(237,33,190); }
td.TdClassName
{
border-color: #ED21BE;
}
.TagClassName
{
border-color: #ED21BE;
}
</style>