Shades of Shocking Pink #ED0CBE
Tints of Shocking Pink #ED0CBE
RGB
CMYK
RGB Variations
Color information
#ED0CBE (or 0xED0CBE) is known color: Shocking Pink. HEX triplet: ED, 0C and BE. RGB value is (237,12,190). Sum of RGB (Red+Green+Blue) = 237+12+190=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CBE is #12F341. Grayscale: #636363. Windows color (decimal): -1241922 or 12455149. OLE color: 12455149.
HSL color Cylindrical-coordinate representation of color #ED0CBE: hue angle of 312.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0CBE is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 190 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.07 |
| HSL | 312.53º | 0.9% | 0.49% | - |
| HSV(B) | 312.53º | 0.95% | 0.93% | - |
| XYZ | 44.35 | 21.99 | 50.62 | - |
| YUV | 99.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 190 | 0 | 0.95 | 0.20 | 0.07 | 312.53 | 0.9 | 0.49 |
| Hex | ED | C | BE | 0 | 5F | 14 | 7 | 139 | 5A | 31 |
| Octal | 355 | 14 | 276 | 0 | 137 | 24 | 7 | 471 | 132 | 61 |
| Binary | 11101101 | 1100 | 10111110 | 0 | 1011111 | 10100 | 111 | 100111001 | 1011010 | 110001 |
Color Harmonies of #ED0CBE
Complementary color
Monochromatic Colors of #ED0CBE
Black with #ED0CBE
Text Example
Text Example
White with #ED0CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0CBE; }
p { color: rgb(237,12,190); }
H1.HeaderClassName
{
color: #ED0CBE;
}
.AnyTagClassName
{
color: #ED0CBE;
}
</style>
background-color css
<style>
a { background-color: #ED0CBE; }
a { background-color: rgb(237,12,190); }
div.DivClassName
{
background-color: #ED0CBE;
}
.BgClassName
{
background-color: #ED0CBE;
}
</style>
border-color css
<style>
span { border-color: #ED0CBE; }
span { border-color: rgb(237,12,190); }
td.TdClassName
{
border-color: #ED0CBE;
}
.TagClassName
{
border-color: #ED0CBE;
}
</style>