Shades of Shocking Pink #ED02BC
Tints of Shocking Pink #ED02BC
RGB
CMYK
RGB Variations
Color information
#ED02BC (or 0xED02BC) is known color: Shocking Pink. HEX triplet: ED, 02 and BC. RGB value is (237,2,188). Sum of RGB (Red+Green+Blue) = 237+2+188=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED02BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED02BC is #12FD43. Grayscale: #5C5C5C. Windows color (decimal): -1244484 or 12321517. OLE color: 12321517.
HSL color Cylindrical-coordinate representation of color #ED02BC: hue angle of 312.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED02BC is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.07 |
| HSL | 312.51º | 0.98% | 0.47% | - |
| HSV(B) | 312.51º | 0.99% | 0.93% | - |
| XYZ | 44.02 | 21.68 | 49.44 | - |
| YUV | 93.47 | 181.36 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 2 | 188 | 0 | 0.99 | 0.21 | 0.07 | 312.51 | 0.98 | 0.47 |
| Hex | ED | 2 | BC | 0 | 63 | 15 | 7 | 139 | 62 | 2F |
| Octal | 355 | 2 | 274 | 0 | 143 | 25 | 7 | 471 | 142 | 57 |
| Binary | 11101101 | 10 | 10111100 | 0 | 1100011 | 10101 | 111 | 100111001 | 1100010 | 101111 |
Color Harmonies of #ED02BC
Complementary color
Monochromatic Colors of #ED02BC
Black with #ED02BC
Text Example
Text Example
White with #ED02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED02BC; }
p { color: rgb(237,2,188); }
H1.HeaderClassName
{
color: #ED02BC;
}
.AnyTagClassName
{
color: #ED02BC;
}
</style>
background-color css
<style>
a { background-color: #ED02BC; }
a { background-color: rgb(237,2,188); }
div.DivClassName
{
background-color: #ED02BC;
}
.BgClassName
{
background-color: #ED02BC;
}
</style>
border-color css
<style>
span { border-color: #ED02BC; }
span { border-color: rgb(237,2,188); }
td.TdClassName
{
border-color: #ED02BC;
}
.TagClassName
{
border-color: #ED02BC;
}
</style>