Shades of Shocking Pink #ED03BE
Tints of Shocking Pink #ED03BE
RGB
CMYK
RGB Variations
Color information
#ED03BE (or 0xED03BE) is known color: Shocking Pink. HEX triplet: ED, 03 and BE. RGB value is (237,3,190). Sum of RGB (Red+Green+Blue) = 237+3+190=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED03BE is #12FC41. Grayscale: #5D5D5D. Windows color (decimal): -1244226 or 12452845. OLE color: 12452845.
HSL color Cylindrical-coordinate representation of color #ED03BE: hue angle of 312.05º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03BE is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.07 |
| HSL | 312.05º | 0.98% | 0.47% | - |
| HSV(B) | 312.05º | 0.99% | 0.93% | - |
| XYZ | 44.25 | 21.79 | 50.59 | - |
| YUV | 94.28 | 182.02 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 190 | 0 | 0.99 | 0.20 | 0.07 | 312.05 | 0.98 | 0.47 |
| Hex | ED | 3 | BE | 0 | 63 | 14 | 7 | 138 | 62 | 2F |
| Octal | 355 | 3 | 276 | 0 | 143 | 24 | 7 | 470 | 142 | 57 |
| Binary | 11101101 | 11 | 10111110 | 0 | 1100011 | 10100 | 111 | 100111000 | 1100010 | 101111 |
Color Harmonies of #ED03BE
Complementary color
Monochromatic Colors of #ED03BE
Black with #ED03BE
Text Example
Text Example
White with #ED03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03BE; }
p { color: rgb(237,3,190); }
H1.HeaderClassName
{
color: #ED03BE;
}
.AnyTagClassName
{
color: #ED03BE;
}
</style>
background-color css
<style>
a { background-color: #ED03BE; }
a { background-color: rgb(237,3,190); }
div.DivClassName
{
background-color: #ED03BE;
}
.BgClassName
{
background-color: #ED03BE;
}
</style>
border-color css
<style>
span { border-color: #ED03BE; }
span { border-color: rgb(237,3,190); }
td.TdClassName
{
border-color: #ED03BE;
}
.TagClassName
{
border-color: #ED03BE;
}
</style>