Shades of Shocking Pink #ED10C3
Tints of Shocking Pink #ED10C3
RGB
CMYK
RGB Variations
Color information
#ED10C3 (or 0xED10C3) is known color: Shocking Pink. HEX triplet: ED, 10 and C3. RGB value is (237,16,195). Sum of RGB (Red+Green+Blue) = 237+16+195=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10C3 is #12EF3C. Grayscale: #656565. Windows color (decimal): -1240893 or 12783853. OLE color: 12783853.
HSL color Cylindrical-coordinate representation of color #ED10C3: hue angle of 311.4º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10C3 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 195 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.07 |
| HSL | 311.4º | 0.87% | 0.5% | - |
| HSV(B) | 311.4º | 0.93% | 0.93% | - |
| XYZ | 44.96 | 22.32 | 53.57 | - |
| YUV | 102.49 | 180.22 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 195 | 0 | 0.93 | 0.18 | 0.07 | 311.4 | 0.87 | 0.5 |
| Hex | ED | 10 | C3 | 0 | 5D | 12 | 7 | 137 | 57 | 32 |
| Octal | 355 | 20 | 303 | 0 | 135 | 22 | 7 | 467 | 127 | 62 |
| Binary | 11101101 | 10000 | 11000011 | 0 | 1011101 | 10010 | 111 | 100110111 | 1010111 | 110010 |
Color Harmonies of #ED10C3
Complementary color
Monochromatic Colors of #ED10C3
Black with #ED10C3
Text Example
Text Example
White with #ED10C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10C3; }
p { color: rgb(237,16,195); }
H1.HeaderClassName
{
color: #ED10C3;
}
.AnyTagClassName
{
color: #ED10C3;
}
</style>
background-color css
<style>
a { background-color: #ED10C3; }
a { background-color: rgb(237,16,195); }
div.DivClassName
{
background-color: #ED10C3;
}
.BgClassName
{
background-color: #ED10C3;
}
</style>
border-color css
<style>
span { border-color: #ED10C3; }
span { border-color: rgb(237,16,195); }
td.TdClassName
{
border-color: #ED10C3;
}
.TagClassName
{
border-color: #ED10C3;
}
</style>