Shades of Shocking Pink #ED0AC2
Tints of Shocking Pink #ED0AC2
RGB
CMYK
RGB Variations
Color information
#ED0AC2 (or 0xED0AC2) is known color: Shocking Pink. HEX triplet: ED, 0A and C2. RGB value is (237,10,194). Sum of RGB (Red+Green+Blue) = 237+10+194=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AC2 is #12F53D. Grayscale: #626262. Windows color (decimal): -1242430 or 12716781. OLE color: 12716781.
HSL color Cylindrical-coordinate representation of color #ED0AC2: hue angle of 311.37º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AC2 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 194 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.07 |
| HSL | 311.37º | 0.92% | 0.48% | - |
| HSV(B) | 311.37º | 0.96% | 0.93% | - |
| XYZ | 44.77 | 22.12 | 52.95 | - |
| YUV | 98.85 | 181.71 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 194 | 0 | 0.96 | 0.18 | 0.07 | 311.37 | 0.92 | 0.48 |
| Hex | ED | A | C2 | 0 | 60 | 12 | 7 | 137 | 5C | 30 |
| Octal | 355 | 12 | 302 | 0 | 140 | 22 | 7 | 467 | 134 | 60 |
| Binary | 11101101 | 1010 | 11000010 | 0 | 1100000 | 10010 | 111 | 100110111 | 1011100 | 110000 |
Color Harmonies of #ED0AC2
Complementary color
Monochromatic Colors of #ED0AC2
Black with #ED0AC2
Text Example
Text Example
White with #ED0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AC2; }
p { color: rgb(237,10,194); }
H1.HeaderClassName
{
color: #ED0AC2;
}
.AnyTagClassName
{
color: #ED0AC2;
}
</style>
background-color css
<style>
a { background-color: #ED0AC2; }
a { background-color: rgb(237,10,194); }
div.DivClassName
{
background-color: #ED0AC2;
}
.BgClassName
{
background-color: #ED0AC2;
}
</style>
border-color css
<style>
span { border-color: #ED0AC2; }
span { border-color: rgb(237,10,194); }
td.TdClassName
{
border-color: #ED0AC2;
}
.TagClassName
{
border-color: #ED0AC2;
}
</style>