Shades of Shocking Pink #ED0CCB
Tints of Shocking Pink #ED0CCB
RGB
CMYK
RGB Variations
Color information
#ED0CCB (or 0xED0CCB) is known color: Shocking Pink. HEX triplet: ED, 0C and CB. RGB value is (237,12,203). Sum of RGB (Red+Green+Blue) = 237+12+203=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CCB is #12F334. Grayscale: #646464. Windows color (decimal): -1241909 or 13307117. OLE color: 13307117.
HSL color Cylindrical-coordinate representation of color #ED0CCB: hue angle of 309.07º 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 #ED0CCB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.07 |
| HSL | 309.07º | 0.9% | 0.49% | - |
| HSV(B) | 309.07º | 0.95% | 0.93% | - |
| XYZ | 45.84 | 22.58 | 58.44 | - |
| YUV | 101.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 203 | 0 | 0.95 | 0.14 | 0.07 | 309.07 | 0.9 | 0.49 |
| Hex | ED | C | CB | 0 | 5F | E | 7 | 135 | 5A | 31 |
| Octal | 355 | 14 | 313 | 0 | 137 | 16 | 7 | 465 | 132 | 61 |
| Binary | 11101101 | 1100 | 11001011 | 0 | 1011111 | 1110 | 111 | 100110101 | 1011010 | 110001 |
Color Harmonies of #ED0CCB
Complementary color
Monochromatic Colors of #ED0CCB
Black with #ED0CCB
Text Example
Text Example
White with #ED0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0CCB; }
p { color: rgb(237,12,203); }
H1.HeaderClassName
{
color: #ED0CCB;
}
.AnyTagClassName
{
color: #ED0CCB;
}
</style>
background-color css
<style>
a { background-color: #ED0CCB; }
a { background-color: rgb(237,12,203); }
div.DivClassName
{
background-color: #ED0CCB;
}
.BgClassName
{
background-color: #ED0CCB;
}
</style>
border-color css
<style>
span { border-color: #ED0CCB; }
span { border-color: rgb(237,12,203); }
td.TdClassName
{
border-color: #ED0CCB;
}
.TagClassName
{
border-color: #ED0CCB;
}
</style>