Shades of Shocking Pink #ED10CB
Tints of Shocking Pink #ED10CB
RGB
CMYK
RGB Variations
Color information
#ED10CB (or 0xED10CB) is known color: Shocking Pink. HEX triplet: ED, 10 and CB. RGB value is (237,16,203). Sum of RGB (Red+Green+Blue) = 237+16+203=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED10CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED10CB is #12EF34. Grayscale: #666666. Windows color (decimal): -1240885 or 13308141. OLE color: 13308141.
HSL color Cylindrical-coordinate representation of color #ED10CB: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED10CB is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.07 |
| HSL | 309.23º | 0.87% | 0.5% | - |
| HSV(B) | 309.23º | 0.93% | 0.93% | - |
| XYZ | 45.89 | 22.69 | 58.46 | - |
| YUV | 103.4 | 184.22 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 203 | 0 | 0.93 | 0.14 | 0.07 | 309.23 | 0.87 | 0.5 |
| Hex | ED | 10 | CB | 0 | 5D | E | 7 | 135 | 57 | 32 |
| Octal | 355 | 20 | 313 | 0 | 135 | 16 | 7 | 465 | 127 | 62 |
| Binary | 11101101 | 10000 | 11001011 | 0 | 1011101 | 1110 | 111 | 100110101 | 1010111 | 110010 |
Color Harmonies of #ED10CB
Complementary color
Monochromatic Colors of #ED10CB
Black with #ED10CB
Text Example
Text Example
White with #ED10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED10CB; }
p { color: rgb(237,16,203); }
H1.HeaderClassName
{
color: #ED10CB;
}
.AnyTagClassName
{
color: #ED10CB;
}
</style>
background-color css
<style>
a { background-color: #ED10CB; }
a { background-color: rgb(237,16,203); }
div.DivClassName
{
background-color: #ED10CB;
}
.BgClassName
{
background-color: #ED10CB;
}
</style>
border-color css
<style>
span { border-color: #ED10CB; }
span { border-color: rgb(237,16,203); }
td.TdClassName
{
border-color: #ED10CB;
}
.TagClassName
{
border-color: #ED10CB;
}
</style>