Shades of Shocking Pink #E30CC3
Tints of Shocking Pink #E30CC3
RGB
CMYK
RGB Variations
Color information
#E30CC3 (or 0xE30CC3) is known color: Shocking Pink. HEX triplet: E3, 0C and C3. RGB value is (227,12,195). Sum of RGB (Red+Green+Blue) = 227+12+195=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CC3 is #1CF33C. Grayscale: #606060. Windows color (decimal): -1897277 or 12782819. OLE color: 12782819.
HSL color Cylindrical-coordinate representation of color #E30CC3: hue angle of 308.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30CC3 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 195 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.11 |
| HSL | 308.93º | 0.9% | 0.47% | - |
| HSV(B) | 308.93º | 0.95% | 0.89% | - |
| XYZ | 41.66 | 20.53 | 53.4 | - |
| YUV | 97.15 | 183.23 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 195 | 0 | 0.95 | 0.14 | 0.11 | 308.93 | 0.9 | 0.47 |
| Hex | E3 | C | C3 | 0 | 5F | E | B | 135 | 5A | 2F |
| Octal | 343 | 14 | 303 | 0 | 137 | 16 | 13 | 465 | 132 | 57 |
| Binary | 11100011 | 1100 | 11000011 | 0 | 1011111 | 1110 | 1011 | 100110101 | 1011010 | 101111 |
Color Harmonies of #E30CC3
Complementary color
Monochromatic Colors of #E30CC3
Black with #E30CC3
Text Example
Text Example
White with #E30CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CC3; }
p { color: rgb(227,12,195); }
H1.HeaderClassName
{
color: #E30CC3;
}
.AnyTagClassName
{
color: #E30CC3;
}
</style>
background-color css
<style>
a { background-color: #E30CC3; }
a { background-color: rgb(227,12,195); }
div.DivClassName
{
background-color: #E30CC3;
}
.BgClassName
{
background-color: #E30CC3;
}
</style>
border-color css
<style>
span { border-color: #E30CC3; }
span { border-color: rgb(227,12,195); }
td.TdClassName
{
border-color: #E30CC3;
}
.TagClassName
{
border-color: #E30CC3;
}
</style>