Shades of Shocking #E8A5C4
Tints of Shocking #E8A5C4
RGB
CMYK
RGB Variations
Color information
#E8A5C4 (or 0xE8A5C4) is known color: Shocking. HEX triplet: E8, A5 and C4. RGB value is (232,165,196). Sum of RGB (Red+Green+Blue) = 232+165+196=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5C4 is #175A3B. Grayscale: #BCBCBC. Windows color (decimal): -1530428 or 12887528. OLE color: 12887528.
HSL color Cylindrical-coordinate representation of color #E8A5C4: hue angle of 332.24º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A5C4 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 165 | 196 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.09 |
| HSL | 332.24º | 0.59% | 0.78% | - |
| HSV(B) | 332.24º | 0.29% | 0.91% | - |
| XYZ | 56.7 | 48.05 | 58.51 | - |
| YUV | 188.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 196 | 0 | 0.29 | 0.16 | 0.09 | 332.24 | 0.59 | 0.78 |
| Hex | E8 | A5 | C4 | 0 | 1D | 10 | 9 | 14C | 3B | 4E |
| Octal | 350 | 245 | 304 | 0 | 35 | 20 | 11 | 514 | 73 | 116 |
| Binary | 11101000 | 10100101 | 11000100 | 0 | 11101 | 10000 | 1001 | 101001100 | 111011 | 1001110 |
Color Harmonies of #E8A5C4
Complementary color
Monochromatic Colors of #E8A5C4
Black with #E8A5C4
Text Example
Text Example
White with #E8A5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A5C4; }
p { color: rgb(232,165,196); }
H1.HeaderClassName
{
color: #E8A5C4;
}
.AnyTagClassName
{
color: #E8A5C4;
}
</style>
background-color css
<style>
a { background-color: #E8A5C4; }
a { background-color: rgb(232,165,196); }
div.DivClassName
{
background-color: #E8A5C4;
}
.BgClassName
{
background-color: #E8A5C4;
}
</style>
border-color css
<style>
span { border-color: #E8A5C4; }
span { border-color: rgb(232,165,196); }
td.TdClassName
{
border-color: #E8A5C4;
}
.TagClassName
{
border-color: #E8A5C4;
}
</style>