Shades of Shocking Pink #E30FCA
Tints of Shocking Pink #E30FCA
RGB
CMYK
RGB Variations
Color information
#E30FCA (or 0xE30FCA) is known color: Shocking Pink. HEX triplet: E3, 0F and CA. RGB value is (227,15,202). Sum of RGB (Red+Green+Blue) = 227+15+202=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FCA is #1CF035. Grayscale: #636363. Windows color (decimal): -1896502 or 13242339. OLE color: 13242339.
HSL color Cylindrical-coordinate representation of color #E30FCA: hue angle of 307.08º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E30FCA is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 15 | 202 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.11 |
| HSL | 307.08º | 0.88% | 0.47% | - |
| HSV(B) | 307.08º | 0.93% | 0.89% | - |
| XYZ | 42.51 | 20.94 | 57.68 | - |
| YUV | 99.71 | 185.74 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 15 | 202 | 0 | 0.93 | 0.11 | 0.11 | 307.08 | 0.88 | 0.47 |
| Hex | E3 | F | CA | 0 | 5D | B | B | 133 | 58 | 2F |
| Octal | 343 | 17 | 312 | 0 | 135 | 13 | 13 | 463 | 130 | 57 |
| Binary | 11100011 | 1111 | 11001010 | 0 | 1011101 | 1011 | 1011 | 100110011 | 1011000 | 101111 |
Color Harmonies of #E30FCA
Complementary color
Monochromatic Colors of #E30FCA
Black with #E30FCA
Text Example
Text Example
White with #E30FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30FCA; }
p { color: rgb(227,15,202); }
H1.HeaderClassName
{
color: #E30FCA;
}
.AnyTagClassName
{
color: #E30FCA;
}
</style>
background-color css
<style>
a { background-color: #E30FCA; }
a { background-color: rgb(227,15,202); }
div.DivClassName
{
background-color: #E30FCA;
}
.BgClassName
{
background-color: #E30FCA;
}
</style>
border-color css
<style>
span { border-color: #E30FCA; }
span { border-color: rgb(227,15,202); }
td.TdClassName
{
border-color: #E30FCA;
}
.TagClassName
{
border-color: #E30FCA;
}
</style>