Shades of Shocking Pink #ED1CC2
Tints of Shocking Pink #ED1CC2
RGB
CMYK
RGB Variations
Color information
#ED1CC2 (or 0xED1CC2) is known color: Shocking Pink. HEX triplet: ED, 1C and C2. RGB value is (237,28,194). Sum of RGB (Red+Green+Blue) = 237+28+194=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CC2 is #12E33D. Grayscale: #6C6C6C. Windows color (decimal): -1237822 or 12721389. OLE color: 12721389.
HSL color Cylindrical-coordinate representation of color #ED1CC2: hue angle of 312.34º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1CC2 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 28 | 194 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.07 |
| HSL | 312.34º | 0.85% | 0.52% | - |
| HSV(B) | 312.34º | 0.88% | 0.93% | - |
| XYZ | 45.08 | 22.73 | 53.05 | - |
| YUV | 109.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 194 | 0 | 0.88 | 0.18 | 0.07 | 312.34 | 0.85 | 0.52 |
| Hex | ED | 1C | C2 | 0 | 58 | 12 | 7 | 138 | 55 | 34 |
| Octal | 355 | 34 | 302 | 0 | 130 | 22 | 7 | 470 | 125 | 64 |
| Binary | 11101101 | 11100 | 11000010 | 0 | 1011000 | 10010 | 111 | 100111000 | 1010101 | 110100 |
Color Harmonies of #ED1CC2
Complementary color
Monochromatic Colors of #ED1CC2
Black with #ED1CC2
Text Example
Text Example
White with #ED1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1CC2; }
p { color: rgb(237,28,194); }
H1.HeaderClassName
{
color: #ED1CC2;
}
.AnyTagClassName
{
color: #ED1CC2;
}
</style>
background-color css
<style>
a { background-color: #ED1CC2; }
a { background-color: rgb(237,28,194); }
div.DivClassName
{
background-color: #ED1CC2;
}
.BgClassName
{
background-color: #ED1CC2;
}
</style>
border-color css
<style>
span { border-color: #ED1CC2; }
span { border-color: rgb(237,28,194); }
td.TdClassName
{
border-color: #ED1CC2;
}
.TagClassName
{
border-color: #ED1CC2;
}
</style>