Shades of Shocking Pink #ED0FCD
Tints of Shocking Pink #ED0FCD
RGB
CMYK
RGB Variations
Color information
#ED0FCD (or 0xED0FCD) is known color: Shocking Pink. HEX triplet: ED, 0F and CD. RGB value is (237,15,205). Sum of RGB (Red+Green+Blue) = 237+15+205=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0FCD is #12F032. Grayscale: #666666. Windows color (decimal): -1241139 or 13438957. OLE color: 13438957.
HSL color Cylindrical-coordinate representation of color #ED0FCD: hue angle of 308.65º 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 #ED0FCD is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.65º | 0.88% | 0.49% | - |
| HSV(B) | 308.65º | 0.94% | 0.93% | - |
| XYZ | 46.12 | 22.75 | 59.72 | - |
| YUV | 103.04 | 185.55 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 205 | 0 | 0.94 | 0.14 | 0.07 | 308.65 | 0.88 | 0.49 |
| Hex | ED | F | CD | 0 | 5E | E | 7 | 135 | 58 | 31 |
| Octal | 355 | 17 | 315 | 0 | 136 | 16 | 7 | 465 | 130 | 61 |
| Binary | 11101101 | 1111 | 11001101 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011000 | 110001 |
Color Harmonies of #ED0FCD
Complementary color
Monochromatic Colors of #ED0FCD
Black with #ED0FCD
Text Example
Text Example
White with #ED0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FCD; }
p { color: rgb(237,15,205); }
H1.HeaderClassName
{
color: #ED0FCD;
}
.AnyTagClassName
{
color: #ED0FCD;
}
</style>
background-color css
<style>
a { background-color: #ED0FCD; }
a { background-color: rgb(237,15,205); }
div.DivClassName
{
background-color: #ED0FCD;
}
.BgClassName
{
background-color: #ED0FCD;
}
</style>
border-color css
<style>
span { border-color: #ED0FCD; }
span { border-color: rgb(237,15,205); }
td.TdClassName
{
border-color: #ED0FCD;
}
.TagClassName
{
border-color: #ED0FCD;
}
</style>