Shades of Shocking Pink #E721C4
Tints of Shocking Pink #E721C4
RGB
CMYK
RGB Variations
Color information
#E721C4 (or 0xE721C4) is known color: Shocking Pink. HEX triplet: E7, 21 and C4. RGB value is (231,33,196). Sum of RGB (Red+Green+Blue) = 231+33+196=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E721C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721C4 is #18DE3B. Grayscale: #6E6E6E. Windows color (decimal): -1629756 or 12853735. OLE color: 12853735.
HSL color Cylindrical-coordinate representation of color #E721C4: hue angle of 310.61º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E721C4 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 196 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.09 |
| HSL | 310.61º | 0.8% | 0.52% | - |
| HSV(B) | 310.61º | 0.86% | 0.91% | - |
| XYZ | 43.46 | 22.06 | 54.19 | - |
| YUV | 110.78 | 176.1 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 196 | 0 | 0.86 | 0.15 | 0.09 | 310.61 | 0.8 | 0.52 |
| Hex | E7 | 21 | C4 | 0 | 56 | F | 9 | 137 | 50 | 34 |
| Octal | 347 | 41 | 304 | 0 | 126 | 17 | 11 | 467 | 120 | 64 |
| Binary | 11100111 | 100001 | 11000100 | 0 | 1010110 | 1111 | 1001 | 100110111 | 1010000 | 110100 |
Color Harmonies of #E721C4
Complementary color
Monochromatic Colors of #E721C4
Black with #E721C4
Text Example
Text Example
White with #E721C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721C4; }
p { color: rgb(231,33,196); }
H1.HeaderClassName
{
color: #E721C4;
}
.AnyTagClassName
{
color: #E721C4;
}
</style>
background-color css
<style>
a { background-color: #E721C4; }
a { background-color: rgb(231,33,196); }
div.DivClassName
{
background-color: #E721C4;
}
.BgClassName
{
background-color: #E721C4;
}
</style>
border-color css
<style>
span { border-color: #E721C4; }
span { border-color: rgb(231,33,196); }
td.TdClassName
{
border-color: #E721C4;
}
.TagClassName
{
border-color: #E721C4;
}
</style>