Shades of Shocking Pink #ED1CD4
Tints of Shocking Pink #ED1CD4
RGB
CMYK
RGB Variations
Color information
#ED1CD4 (or 0xED1CD4) is known color: Shocking Pink. HEX triplet: ED, 1C and D4. RGB value is (237,28,212). Sum of RGB (Red+Green+Blue) = 237+28+212=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CD4 is #12E32B. Grayscale: #6E6E6E. Windows color (decimal): -1237804 or 13901037. OLE color: 13901037.
HSL color Cylindrical-coordinate representation of color #ED1CD4: hue angle of 307.18º 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 #ED1CD4 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 28 | 212 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.07 |
| HSL | 307.18º | 0.85% | 0.52% | - |
| HSV(B) | 307.18º | 0.88% | 0.93% | - |
| XYZ | 47.22 | 23.59 | 64.35 | - |
| YUV | 111.47 | 184.74 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 212 | 0 | 0.88 | 0.11 | 0.07 | 307.18 | 0.85 | 0.52 |
| Hex | ED | 1C | D4 | 0 | 58 | B | 7 | 133 | 55 | 34 |
| Octal | 355 | 34 | 324 | 0 | 130 | 13 | 7 | 463 | 125 | 64 |
| Binary | 11101101 | 11100 | 11010100 | 0 | 1011000 | 1011 | 111 | 100110011 | 1010101 | 110100 |
Color Harmonies of #ED1CD4
Complementary color
Monochromatic Colors of #ED1CD4
Black with #ED1CD4
Text Example
Text Example
White with #ED1CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1CD4; }
p { color: rgb(237,28,212); }
H1.HeaderClassName
{
color: #ED1CD4;
}
.AnyTagClassName
{
color: #ED1CD4;
}
</style>
background-color css
<style>
a { background-color: #ED1CD4; }
a { background-color: rgb(237,28,212); }
div.DivClassName
{
background-color: #ED1CD4;
}
.BgClassName
{
background-color: #ED1CD4;
}
</style>
border-color css
<style>
span { border-color: #ED1CD4; }
span { border-color: rgb(237,28,212); }
td.TdClassName
{
border-color: #ED1CD4;
}
.TagClassName
{
border-color: #ED1CD4;
}
</style>