Shades of Shocking Pink #E10DC3
Tints of Shocking Pink #E10DC3
RGB
CMYK
RGB Variations
Color information
#E10DC3 (or 0xE10DC3) is known color: Shocking Pink. HEX triplet: E1, 0D and C3. RGB value is (225,13,195). Sum of RGB (Red+Green+Blue) = 225+13+195=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DC3 is #1EF23C. Grayscale: #606060. Windows color (decimal): -2028093 or 12783073. OLE color: 12783073.
HSL color Cylindrical-coordinate representation of color #E10DC3: hue angle of 308.49º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DC3 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 195 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.12 |
| HSL | 308.49º | 0.89% | 0.47% | - |
| HSV(B) | 308.49º | 0.94% | 0.88% | - |
| XYZ | 41.05 | 20.24 | 53.37 | - |
| YUV | 97.14 | 183.24 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 195 | 0 | 0.94 | 0.13 | 0.12 | 308.49 | 0.89 | 0.47 |
| Hex | E1 | D | C3 | 0 | 5E | D | C | 134 | 59 | 2F |
| Octal | 341 | 15 | 303 | 0 | 136 | 15 | 14 | 464 | 131 | 57 |
| Binary | 11100001 | 1101 | 11000011 | 0 | 1011110 | 1101 | 1100 | 100110100 | 1011001 | 101111 |
Color Harmonies of #E10DC3
Complementary color
Monochromatic Colors of #E10DC3
Black with #E10DC3
Text Example
Text Example
White with #E10DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DC3; }
p { color: rgb(225,13,195); }
H1.HeaderClassName
{
color: #E10DC3;
}
.AnyTagClassName
{
color: #E10DC3;
}
</style>
background-color css
<style>
a { background-color: #E10DC3; }
a { background-color: rgb(225,13,195); }
div.DivClassName
{
background-color: #E10DC3;
}
.BgClassName
{
background-color: #E10DC3;
}
</style>
border-color css
<style>
span { border-color: #E10DC3; }
span { border-color: rgb(225,13,195); }
td.TdClassName
{
border-color: #E10DC3;
}
.TagClassName
{
border-color: #E10DC3;
}
</style>