Shades of Shocking Pink #ED0ECE
Tints of Shocking Pink #ED0ECE
RGB
CMYK
RGB Variations
Color information
#ED0ECE (or 0xED0ECE) is known color: Shocking Pink. HEX triplet: ED, 0E and CE. RGB value is (237,14,206). Sum of RGB (Red+Green+Blue) = 237+14+206=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ECE is #12F131. Grayscale: #666666. Windows color (decimal): -1241394 or 13504237. OLE color: 13504237.
HSL color Cylindrical-coordinate representation of color #ED0ECE: hue angle of 308.34º degrees, saturation: 0.89, 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 #ED0ECE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 14 | 206 | - |
CMYK | 0 | 0.94 | 0.13 | 0.07 |
HSL | 308.34º | 0.89% | 0.49% | - |
HSV(B) | 308.34º | 0.94% | 0.93% | - |
XYZ | 46.22 | 22.77 | 60.35 | - |
YUV | 102.57 | 186.38 | 223.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 14 | 206 | 0 | 0.94 | 0.13 | 0.07 | 308.34 | 0.89 | 0.49 |
Hex | ED | E | CE | 0 | 5E | D | 7 | 134 | 59 | 31 |
Octal | 355 | 16 | 316 | 0 | 136 | 15 | 7 | 464 | 131 | 61 |
Binary | 11101101 | 1110 | 11001110 | 0 | 1011110 | 1101 | 111 | 100110100 | 1011001 | 110001 |
Color Harmonies of #ED0ECE
Complementary color
Monochromatic Colors of #ED0ECE
Black with #ED0ECE
Text Example
Text Example
White with #ED0ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0ECE; }
p { color: rgb(237,14,206); }
H1.HeaderClassName
{
color: #ED0ECE;
}
.AnyTagClassName
{
color: #ED0ECE;
}
</style>
background-color css
<style>
a { background-color: #ED0ECE; }
a { background-color: rgb(237,14,206); }
div.DivClassName
{
background-color: #ED0ECE;
}
.BgClassName
{
background-color: #ED0ECE;
}
</style>
border-color css
<style>
span { border-color: #ED0ECE; }
span { border-color: rgb(237,14,206); }
td.TdClassName
{
border-color: #ED0ECE;
}
.TagClassName
{
border-color: #ED0ECE;
}
</style>