Shades of Shocking Pink #E30CC7
Tints of Shocking Pink #E30CC7
RGB
CMYK
RGB Variations
Color information
#E30CC7 (or 0xE30CC7) is known color: Shocking Pink. HEX triplet: E3, 0C and C7. RGB value is (227,12,199). Sum of RGB (Red+Green+Blue) = 227+12+199=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CC7 is #1CF338. Grayscale: #616161. Windows color (decimal): -1897273 or 13044963. OLE color: 13044963.
HSL color Cylindrical-coordinate representation of color #E30CC7: hue angle of 307.81º 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 #E30CC7 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 199 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.11 |
| HSL | 307.81º | 0.9% | 0.47% | - |
| HSV(B) | 307.81º | 0.95% | 0.89% | - |
| XYZ | 42.12 | 20.72 | 55.81 | - |
| YUV | 97.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 199 | 0 | 0.95 | 0.12 | 0.11 | 307.81 | 0.9 | 0.47 |
| Hex | E3 | C | C7 | 0 | 5F | C | B | 134 | 5A | 2F |
| Octal | 343 | 14 | 307 | 0 | 137 | 14 | 13 | 464 | 132 | 57 |
| Binary | 11100011 | 1100 | 11000111 | 0 | 1011111 | 1100 | 1011 | 100110100 | 1011010 | 101111 |
Color Harmonies of #E30CC7
Complementary color
Monochromatic Colors of #E30CC7
Black with #E30CC7
Text Example
Text Example
White with #E30CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CC7; }
p { color: rgb(227,12,199); }
H1.HeaderClassName
{
color: #E30CC7;
}
.AnyTagClassName
{
color: #E30CC7;
}
</style>
background-color css
<style>
a { background-color: #E30CC7; }
a { background-color: rgb(227,12,199); }
div.DivClassName
{
background-color: #E30CC7;
}
.BgClassName
{
background-color: #E30CC7;
}
</style>
border-color css
<style>
span { border-color: #E30CC7; }
span { border-color: rgb(227,12,199); }
td.TdClassName
{
border-color: #E30CC7;
}
.TagClassName
{
border-color: #E30CC7;
}
</style>