Shades of Shocking Pink #ED0BCA
Tints of Shocking Pink #ED0BCA
RGB
CMYK
RGB Variations
Color information
#ED0BCA (or 0xED0BCA) is known color: Shocking Pink. HEX triplet: ED, 0B and CA. RGB value is (237,11,202). Sum of RGB (Red+Green+Blue) = 237+11+202=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BCA is #12F435. Grayscale: #636363. Windows color (decimal): -1242166 or 13241325. OLE color: 13241325.
HSL color Cylindrical-coordinate representation of color #ED0BCA: hue angle of 309.29º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0BCA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.07 |
| HSL | 309.29º | 0.91% | 0.49% | - |
| HSV(B) | 309.29º | 0.95% | 0.93% | - |
| XYZ | 45.71 | 22.51 | 57.81 | - |
| YUV | 100.35 | 185.37 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 202 | 0 | 0.95 | 0.15 | 0.07 | 309.29 | 0.91 | 0.49 |
| Hex | ED | B | CA | 0 | 5F | F | 7 | 135 | 5B | 31 |
| Octal | 355 | 13 | 312 | 0 | 137 | 17 | 7 | 465 | 133 | 61 |
| Binary | 11101101 | 1011 | 11001010 | 0 | 1011111 | 1111 | 111 | 100110101 | 1011011 | 110001 |
Color Harmonies of #ED0BCA
Complementary color
Monochromatic Colors of #ED0BCA
Black with #ED0BCA
Text Example
Text Example
White with #ED0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BCA; }
p { color: rgb(237,11,202); }
H1.HeaderClassName
{
color: #ED0BCA;
}
.AnyTagClassName
{
color: #ED0BCA;
}
</style>
background-color css
<style>
a { background-color: #ED0BCA; }
a { background-color: rgb(237,11,202); }
div.DivClassName
{
background-color: #ED0BCA;
}
.BgClassName
{
background-color: #ED0BCA;
}
</style>
border-color css
<style>
span { border-color: #ED0BCA; }
span { border-color: rgb(237,11,202); }
td.TdClassName
{
border-color: #ED0BCA;
}
.TagClassName
{
border-color: #ED0BCA;
}
</style>