Shades of Shocking Pink #E30DC1
Tints of Shocking Pink #E30DC1
RGB
CMYK
RGB Variations
Color information
#E30DC1 (or 0xE30DC1) is known color: Shocking Pink. HEX triplet: E3, 0D and C1. RGB value is (227,13,193). Sum of RGB (Red+Green+Blue) = 227+13+193=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DC1 is #1CF23E. Grayscale: #616161. Windows color (decimal): -1897023 or 12652003. OLE color: 12652003.
HSL color Cylindrical-coordinate representation of color #E30DC1: hue angle of 309.53º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DC1 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 193 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.11 |
| HSL | 309.53º | 0.89% | 0.47% | - |
| HSV(B) | 309.53º | 0.94% | 0.89% | - |
| XYZ | 41.45 | 20.47 | 52.22 | - |
| YUV | 97.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 193 | 0 | 0.94 | 0.15 | 0.11 | 309.53 | 0.89 | 0.47 |
| Hex | E3 | D | C1 | 0 | 5E | F | B | 136 | 59 | 2F |
| Octal | 343 | 15 | 301 | 0 | 136 | 17 | 13 | 466 | 131 | 57 |
| Binary | 11100011 | 1101 | 11000001 | 0 | 1011110 | 1111 | 1011 | 100110110 | 1011001 | 101111 |
Color Harmonies of #E30DC1
Complementary color
Monochromatic Colors of #E30DC1
Black with #E30DC1
Text Example
Text Example
White with #E30DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DC1; }
p { color: rgb(227,13,193); }
H1.HeaderClassName
{
color: #E30DC1;
}
.AnyTagClassName
{
color: #E30DC1;
}
</style>
background-color css
<style>
a { background-color: #E30DC1; }
a { background-color: rgb(227,13,193); }
div.DivClassName
{
background-color: #E30DC1;
}
.BgClassName
{
background-color: #E30DC1;
}
</style>
border-color css
<style>
span { border-color: #E30DC1; }
span { border-color: rgb(227,13,193); }
td.TdClassName
{
border-color: #E30DC1;
}
.TagClassName
{
border-color: #E30DC1;
}
</style>