Shades of Shocking Pink #ED0CCA
Tints of Shocking Pink #ED0CCA
RGB
CMYK
RGB Variations
Color information
#ED0CCA (or 0xED0CCA) is known color: Shocking Pink. HEX triplet: ED, 0C and CA. RGB value is (237,12,202). Sum of RGB (Red+Green+Blue) = 237+12+202=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CCA is #12F335. Grayscale: #646464. Windows color (decimal): -1241910 or 13241581. OLE color: 13241581.
HSL color Cylindrical-coordinate representation of color #ED0CCA: hue angle of 309.33º 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 #ED0CCA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.07 |
| HSL | 309.33º | 0.9% | 0.49% | - |
| HSV(B) | 309.33º | 0.95% | 0.93% | - |
| XYZ | 45.72 | 22.53 | 57.82 | - |
| YUV | 100.94 | 185.04 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 202 | 0 | 0.95 | 0.15 | 0.07 | 309.33 | 0.9 | 0.49 |
| Hex | ED | C | CA | 0 | 5F | F | 7 | 135 | 5A | 31 |
| Octal | 355 | 14 | 312 | 0 | 137 | 17 | 7 | 465 | 132 | 61 |
| Binary | 11101101 | 1100 | 11001010 | 0 | 1011111 | 1111 | 111 | 100110101 | 1011010 | 110001 |
Color Harmonies of #ED0CCA
Complementary color
Monochromatic Colors of #ED0CCA
Black with #ED0CCA
Text Example
Text Example
White with #ED0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0CCA; }
p { color: rgb(237,12,202); }
H1.HeaderClassName
{
color: #ED0CCA;
}
.AnyTagClassName
{
color: #ED0CCA;
}
</style>
background-color css
<style>
a { background-color: #ED0CCA; }
a { background-color: rgb(237,12,202); }
div.DivClassName
{
background-color: #ED0CCA;
}
.BgClassName
{
background-color: #ED0CCA;
}
</style>
border-color css
<style>
span { border-color: #ED0CCA; }
span { border-color: rgb(237,12,202); }
td.TdClassName
{
border-color: #ED0CCA;
}
.TagClassName
{
border-color: #ED0CCA;
}
</style>