Shades of Shocking Pink #ED0DCB
Tints of Shocking Pink #ED0DCB
RGB
CMYK
RGB Variations
Color information
#ED0DCB (or 0xED0DCB) is known color: Shocking Pink. HEX triplet: ED, 0D and CB. RGB value is (237,13,203). Sum of RGB (Red+Green+Blue) = 237+13+203=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DCB is #12F234. Grayscale: #656565. Windows color (decimal): -1241653 or 13307373. OLE color: 13307373.
HSL color Cylindrical-coordinate representation of color #ED0DCB: hue angle of 309.11º degrees, saturation: 0.9, 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 #ED0DCB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 203 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.07 |
| HSL | 309.11º | 0.9% | 0.49% | - |
| HSV(B) | 309.11º | 0.95% | 0.93% | - |
| XYZ | 45.85 | 22.6 | 58.45 | - |
| YUV | 101.64 | 185.21 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 203 | 0 | 0.95 | 0.14 | 0.07 | 309.11 | 0.9 | 0.49 |
| Hex | ED | D | CB | 0 | 5F | E | 7 | 135 | 5A | 31 |
| Octal | 355 | 15 | 313 | 0 | 137 | 16 | 7 | 465 | 132 | 61 |
| Binary | 11101101 | 1101 | 11001011 | 0 | 1011111 | 1110 | 111 | 100110101 | 1011010 | 110001 |
Color Harmonies of #ED0DCB
Complementary color
Monochromatic Colors of #ED0DCB
Black with #ED0DCB
Text Example
Text Example
White with #ED0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DCB; }
p { color: rgb(237,13,203); }
H1.HeaderClassName
{
color: #ED0DCB;
}
.AnyTagClassName
{
color: #ED0DCB;
}
</style>
background-color css
<style>
a { background-color: #ED0DCB; }
a { background-color: rgb(237,13,203); }
div.DivClassName
{
background-color: #ED0DCB;
}
.BgClassName
{
background-color: #ED0DCB;
}
</style>
border-color css
<style>
span { border-color: #ED0DCB; }
span { border-color: rgb(237,13,203); }
td.TdClassName
{
border-color: #ED0DCB;
}
.TagClassName
{
border-color: #ED0DCB;
}
</style>