Shades of Shocking Pink #ED05BE
Tints of Shocking Pink #ED05BE
RGB
CMYK
RGB Variations
Color information
#ED05BE (or 0xED05BE) is known color: Shocking Pink. HEX triplet: ED, 05 and BE. RGB value is (237,5,190). Sum of RGB (Red+Green+Blue) = 237+5+190=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05BE is #12FA41. Grayscale: #5E5E5E. Windows color (decimal): -1243714 or 12453357. OLE color: 12453357.
HSL color Cylindrical-coordinate representation of color #ED05BE: hue angle of 312.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED05BE is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.07 |
| HSL | 312.16º | 0.96% | 0.47% | - |
| HSV(B) | 312.16º | 0.98% | 0.93% | - |
| XYZ | 44.27 | 21.83 | 50.6 | - |
| YUV | 95.46 | 181.36 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 190 | 0 | 0.98 | 0.20 | 0.07 | 312.16 | 0.96 | 0.47 |
| Hex | ED | 5 | BE | 0 | 62 | 14 | 7 | 138 | 60 | 2F |
| Octal | 355 | 5 | 276 | 0 | 142 | 24 | 7 | 470 | 140 | 57 |
| Binary | 11101101 | 101 | 10111110 | 0 | 1100010 | 10100 | 111 | 100111000 | 1100000 | 101111 |
Color Harmonies of #ED05BE
Complementary color
Monochromatic Colors of #ED05BE
Black with #ED05BE
Text Example
Text Example
White with #ED05BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05BE; }
p { color: rgb(237,5,190); }
H1.HeaderClassName
{
color: #ED05BE;
}
.AnyTagClassName
{
color: #ED05BE;
}
</style>
background-color css
<style>
a { background-color: #ED05BE; }
a { background-color: rgb(237,5,190); }
div.DivClassName
{
background-color: #ED05BE;
}
.BgClassName
{
background-color: #ED05BE;
}
</style>
border-color css
<style>
span { border-color: #ED05BE; }
span { border-color: rgb(237,5,190); }
td.TdClassName
{
border-color: #ED05BE;
}
.TagClassName
{
border-color: #ED05BE;
}
</style>