Shades of Shocking Pink #E324C1
Tints of Shocking Pink #E324C1
RGB
CMYK
RGB Variations
Color information
#E324C1 (or 0xE324C1) is known color: Shocking Pink. HEX triplet: E3, 24 and C1. RGB value is (227,36,193). Sum of RGB (Red+Green+Blue) = 227+36+193=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E324C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324C1 is #1CDB3E. Grayscale: #6E6E6E. Windows color (decimal): -1891135 or 12657891. OLE color: 12657891.
HSL color Cylindrical-coordinate representation of color #E324C1: hue angle of 310.68º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E324C1 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 193 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.11 |
| HSL | 310.68º | 0.77% | 0.52% | - |
| HSV(B) | 310.68º | 0.84% | 0.89% | - |
| XYZ | 41.94 | 21.44 | 52.38 | - |
| YUV | 111.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 193 | 0 | 0.84 | 0.15 | 0.11 | 310.68 | 0.77 | 0.52 |
| Hex | E3 | 24 | C1 | 0 | 54 | F | B | 137 | 4D | 34 |
| Octal | 343 | 44 | 301 | 0 | 124 | 17 | 13 | 467 | 115 | 64 |
| Binary | 11100011 | 100100 | 11000001 | 0 | 1010100 | 1111 | 1011 | 100110111 | 1001101 | 110100 |
Color Harmonies of #E324C1
Complementary color
Monochromatic Colors of #E324C1
Black with #E324C1
Text Example
Text Example
White with #E324C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324C1; }
p { color: rgb(227,36,193); }
H1.HeaderClassName
{
color: #E324C1;
}
.AnyTagClassName
{
color: #E324C1;
}
</style>
background-color css
<style>
a { background-color: #E324C1; }
a { background-color: rgb(227,36,193); }
div.DivClassName
{
background-color: #E324C1;
}
.BgClassName
{
background-color: #E324C1;
}
</style>
border-color css
<style>
span { border-color: #E324C1; }
span { border-color: rgb(227,36,193); }
td.TdClassName
{
border-color: #E324C1;
}
.TagClassName
{
border-color: #E324C1;
}
</style>