Shades of Shocking Pink #ED07BC
Tints of Shocking Pink #ED07BC
RGB
CMYK
RGB Variations
Color information
#ED07BC (or 0xED07BC) is known color: Shocking Pink. HEX triplet: ED, 07 and BC. RGB value is (237,7,188). Sum of RGB (Red+Green+Blue) = 237+7+188=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED07BC is #12F843. Grayscale: #5F5F5F. Windows color (decimal): -1243204 or 12322797. OLE color: 12322797.
HSL color Cylindrical-coordinate representation of color #ED07BC: hue angle of 312.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07BC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.07 |
| HSL | 312.78º | 0.94% | 0.48% | - |
| HSV(B) | 312.78º | 0.97% | 0.93% | - |
| XYZ | 44.08 | 21.79 | 49.46 | - |
| YUV | 96.4 | 179.7 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 188 | 0 | 0.97 | 0.21 | 0.07 | 312.78 | 0.94 | 0.48 |
| Hex | ED | 7 | BC | 0 | 61 | 15 | 7 | 139 | 5E | 30 |
| Octal | 355 | 7 | 274 | 0 | 141 | 25 | 7 | 471 | 136 | 60 |
| Binary | 11101101 | 111 | 10111100 | 0 | 1100001 | 10101 | 111 | 100111001 | 1011110 | 110000 |
Color Harmonies of #ED07BC
Complementary color
Monochromatic Colors of #ED07BC
Black with #ED07BC
Text Example
Text Example
White with #ED07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07BC; }
p { color: rgb(237,7,188); }
H1.HeaderClassName
{
color: #ED07BC;
}
.AnyTagClassName
{
color: #ED07BC;
}
</style>
background-color css
<style>
a { background-color: #ED07BC; }
a { background-color: rgb(237,7,188); }
div.DivClassName
{
background-color: #ED07BC;
}
.BgClassName
{
background-color: #ED07BC;
}
</style>
border-color css
<style>
span { border-color: #ED07BC; }
span { border-color: rgb(237,7,188); }
td.TdClassName
{
border-color: #ED07BC;
}
.TagClassName
{
border-color: #ED07BC;
}
</style>