Shades of Shocking Pink #ED0AC1
Tints of Shocking Pink #ED0AC1
RGB
CMYK
RGB Variations
Color information
#ED0AC1 (or 0xED0AC1) is known color: Shocking Pink. HEX triplet: ED, 0A and C1. RGB value is (237,10,193). Sum of RGB (Red+Green+Blue) = 237+10+193=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AC1 is #12F53E. Grayscale: #626262. Windows color (decimal): -1242431 or 12651245. OLE color: 12651245.
HSL color Cylindrical-coordinate representation of color #ED0AC1: hue angle of 311.63º 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 #ED0AC1 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 193 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.07 |
| HSL | 311.63º | 0.92% | 0.48% | - |
| HSV(B) | 311.63º | 0.96% | 0.93% | - |
| XYZ | 44.66 | 22.07 | 52.36 | - |
| YUV | 98.74 | 181.21 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 193 | 0 | 0.96 | 0.19 | 0.07 | 311.63 | 0.92 | 0.48 |
| Hex | ED | A | C1 | 0 | 60 | 13 | 7 | 138 | 5C | 30 |
| Octal | 355 | 12 | 301 | 0 | 140 | 23 | 7 | 470 | 134 | 60 |
| Binary | 11101101 | 1010 | 11000001 | 0 | 1100000 | 10011 | 111 | 100111000 | 1011100 | 110000 |
Color Harmonies of #ED0AC1
Complementary color
Monochromatic Colors of #ED0AC1
Black with #ED0AC1
Text Example
Text Example
White with #ED0AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0AC1; }
p { color: rgb(237,10,193); }
H1.HeaderClassName
{
color: #ED0AC1;
}
.AnyTagClassName
{
color: #ED0AC1;
}
</style>
background-color css
<style>
a { background-color: #ED0AC1; }
a { background-color: rgb(237,10,193); }
div.DivClassName
{
background-color: #ED0AC1;
}
.BgClassName
{
background-color: #ED0AC1;
}
</style>
border-color css
<style>
span { border-color: #ED0AC1; }
span { border-color: rgb(237,10,193); }
td.TdClassName
{
border-color: #ED0AC1;
}
.TagClassName
{
border-color: #ED0AC1;
}
</style>