Shades of Shocking #E58CC1
Tints of Shocking #E58CC1
RGB
CMYK
RGB Variations
Color information
#E58CC1 (or 0xE58CC1) is known color: Shocking. HEX triplet: E5, 8C and C1. RGB value is (229,140,193). Sum of RGB (Red+Green+Blue) = 229+140+193=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CC1 is #1A733E. Grayscale: #ACACAC. Windows color (decimal): -1733439 or 12684517. OLE color: 12684517.
HSL color Cylindrical-coordinate representation of color #E58CC1: hue angle of 324.27º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CC1 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 193 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.10 |
| HSL | 324.27º | 0.63% | 0.72% | - |
| HSV(B) | 324.27º | 0.39% | 0.9% | - |
| XYZ | 51.32 | 39.26 | 55.33 | - |
| YUV | 172.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 193 | 0 | 0.39 | 0.16 | 0.10 | 324.27 | 0.63 | 0.72 |
| Hex | E5 | 8C | C1 | 0 | 27 | 10 | A | 144 | 3F | 48 |
| Octal | 345 | 214 | 301 | 0 | 47 | 20 | 12 | 504 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11000001 | 0 | 100111 | 10000 | 1010 | 101000100 | 111111 | 1001000 |
Color Harmonies of #E58CC1
Complementary color
Monochromatic Colors of #E58CC1
Black with #E58CC1
Text Example
Text Example
White with #E58CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CC1; }
p { color: rgb(229,140,193); }
H1.HeaderClassName
{
color: #E58CC1;
}
.AnyTagClassName
{
color: #E58CC1;
}
</style>
background-color css
<style>
a { background-color: #E58CC1; }
a { background-color: rgb(229,140,193); }
div.DivClassName
{
background-color: #E58CC1;
}
.BgClassName
{
background-color: #E58CC1;
}
</style>
border-color css
<style>
span { border-color: #E58CC1; }
span { border-color: rgb(229,140,193); }
td.TdClassName
{
border-color: #E58CC1;
}
.TagClassName
{
border-color: #E58CC1;
}
</style>