Shades of Shocking Pink #E724C2
Tints of Shocking Pink #E724C2
RGB
CMYK
RGB Variations
Color information
#E724C2 (or 0xE724C2) is known color: Shocking Pink. HEX triplet: E7, 24 and C2. RGB value is (231,36,194). Sum of RGB (Red+Green+Blue) = 231+36+194=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E724C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E724C2 is #18DB3D. Grayscale: #6F6F6F. Windows color (decimal): -1628990 or 12723431. OLE color: 12723431.
HSL color Cylindrical-coordinate representation of color #E724C2: hue angle of 311.38º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E724C2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 194 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.09 |
| HSL | 311.38º | 0.8% | 0.52% | - |
| HSV(B) | 311.38º | 0.84% | 0.91% | - |
| XYZ | 43.32 | 22.15 | 53.03 | - |
| YUV | 112.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 194 | 0 | 0.84 | 0.16 | 0.09 | 311.38 | 0.8 | 0.52 |
| Hex | E7 | 24 | C2 | 0 | 54 | 10 | 9 | 137 | 50 | 34 |
| Octal | 347 | 44 | 302 | 0 | 124 | 20 | 11 | 467 | 120 | 64 |
| Binary | 11100111 | 100100 | 11000010 | 0 | 1010100 | 10000 | 1001 | 100110111 | 1010000 | 110100 |
Color Harmonies of #E724C2
Complementary color
Monochromatic Colors of #E724C2
Black with #E724C2
Text Example
Text Example
White with #E724C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724C2; }
p { color: rgb(231,36,194); }
H1.HeaderClassName
{
color: #E724C2;
}
.AnyTagClassName
{
color: #E724C2;
}
</style>
background-color css
<style>
a { background-color: #E724C2; }
a { background-color: rgb(231,36,194); }
div.DivClassName
{
background-color: #E724C2;
}
.BgClassName
{
background-color: #E724C2;
}
</style>
border-color css
<style>
span { border-color: #E724C2; }
span { border-color: rgb(231,36,194); }
td.TdClassName
{
border-color: #E724C2;
}
.TagClassName
{
border-color: #E724C2;
}
</style>