Shades of Shocking Pink #ED0FCC
Tints of Shocking Pink #ED0FCC
RGB
CMYK
RGB Variations
Color information
#ED0FCC (or 0xED0FCC) is known color: Shocking Pink. HEX triplet: ED, 0F and CC. RGB value is (237,15,204). Sum of RGB (Red+Green+Blue) = 237+15+204=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FCC is #12F033. Grayscale: #666666. Windows color (decimal): -1241140 or 13373421. OLE color: 13373421.
HSL color Cylindrical-coordinate representation of color #ED0FCC: hue angle of 308.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0FCC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.92º | 0.88% | 0.49% | - |
| HSV(B) | 308.92º | 0.94% | 0.93% | - |
| XYZ | 45.99 | 22.71 | 59.09 | - |
| YUV | 102.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 204 | 0 | 0.94 | 0.14 | 0.07 | 308.92 | 0.88 | 0.49 |
| Hex | ED | F | CC | 0 | 5E | E | 7 | 135 | 58 | 31 |
| Octal | 355 | 17 | 314 | 0 | 136 | 16 | 7 | 465 | 130 | 61 |
| Binary | 11101101 | 1111 | 11001100 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011000 | 110001 |
Color Harmonies of #ED0FCC
Complementary color
Monochromatic Colors of #ED0FCC
Black with #ED0FCC
Text Example
Text Example
White with #ED0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FCC; }
p { color: rgb(237,15,204); }
H1.HeaderClassName
{
color: #ED0FCC;
}
.AnyTagClassName
{
color: #ED0FCC;
}
</style>
background-color css
<style>
a { background-color: #ED0FCC; }
a { background-color: rgb(237,15,204); }
div.DivClassName
{
background-color: #ED0FCC;
}
.BgClassName
{
background-color: #ED0FCC;
}
</style>
border-color css
<style>
span { border-color: #ED0FCC; }
span { border-color: rgb(237,15,204); }
td.TdClassName
{
border-color: #ED0FCC;
}
.TagClassName
{
border-color: #ED0FCC;
}
</style>