Shades of Shocking Pink #ED05BC
Tints of Shocking Pink #ED05BC
RGB
CMYK
RGB Variations
Color information
#ED05BC (or 0xED05BC) is known color: Shocking Pink. HEX triplet: ED, 05 and BC. RGB value is (237,5,188). Sum of RGB (Red+Green+Blue) = 237+5+188=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED05BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED05BC is #12FA43. Grayscale: #5E5E5E. Windows color (decimal): -1243716 or 12322285. OLE color: 12322285.
HSL color Cylindrical-coordinate representation of color #ED05BC: hue angle of 312.67º 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 #ED05BC is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.07 |
| HSL | 312.67º | 0.96% | 0.47% | - |
| HSV(B) | 312.67º | 0.98% | 0.93% | - |
| XYZ | 44.06 | 21.74 | 49.45 | - |
| YUV | 95.23 | 180.36 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 5 | 188 | 0 | 0.98 | 0.21 | 0.07 | 312.67 | 0.96 | 0.47 |
| Hex | ED | 5 | BC | 0 | 62 | 15 | 7 | 139 | 60 | 2F |
| Octal | 355 | 5 | 274 | 0 | 142 | 25 | 7 | 471 | 140 | 57 |
| Binary | 11101101 | 101 | 10111100 | 0 | 1100010 | 10101 | 111 | 100111001 | 1100000 | 101111 |
Color Harmonies of #ED05BC
Complementary color
Monochromatic Colors of #ED05BC
Black with #ED05BC
Text Example
Text Example
White with #ED05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED05BC; }
p { color: rgb(237,5,188); }
H1.HeaderClassName
{
color: #ED05BC;
}
.AnyTagClassName
{
color: #ED05BC;
}
</style>
background-color css
<style>
a { background-color: #ED05BC; }
a { background-color: rgb(237,5,188); }
div.DivClassName
{
background-color: #ED05BC;
}
.BgClassName
{
background-color: #ED05BC;
}
</style>
border-color css
<style>
span { border-color: #ED05BC; }
span { border-color: rgb(237,5,188); }
td.TdClassName
{
border-color: #ED05BC;
}
.TagClassName
{
border-color: #ED05BC;
}
</style>