Shades of Shocking #E58CC6
Tints of Shocking #E58CC6
RGB
CMYK
RGB Variations
Color information
#E58CC6 (or 0xE58CC6) is known color: Shocking. HEX triplet: E5, 8C and C6. RGB value is (229,140,198). Sum of RGB (Red+Green+Blue) = 229+140+198=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CC6 is #1A7339. Grayscale: #ADADAD. Windows color (decimal): -1733434 or 13012197. OLE color: 13012197.
HSL color Cylindrical-coordinate representation of color #E58CC6: hue angle of 320.9º 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 #E58CC6 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 198 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.10 |
| HSL | 320.9º | 0.63% | 0.72% | - |
| HSV(B) | 320.9º | 0.39% | 0.9% | - |
| XYZ | 51.88 | 39.49 | 58.31 | - |
| YUV | 173.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 198 | 0 | 0.39 | 0.14 | 0.10 | 320.9 | 0.63 | 0.72 |
| Hex | E5 | 8C | C6 | 0 | 27 | E | A | 141 | 3F | 48 |
| Octal | 345 | 214 | 306 | 0 | 47 | 16 | 12 | 501 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11000110 | 0 | 100111 | 1110 | 1010 | 101000001 | 111111 | 1001000 |
Color Harmonies of #E58CC6
Complementary color
Monochromatic Colors of #E58CC6
Black with #E58CC6
Text Example
Text Example
White with #E58CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CC6; }
p { color: rgb(229,140,198); }
H1.HeaderClassName
{
color: #E58CC6;
}
.AnyTagClassName
{
color: #E58CC6;
}
</style>
background-color css
<style>
a { background-color: #E58CC6; }
a { background-color: rgb(229,140,198); }
div.DivClassName
{
background-color: #E58CC6;
}
.BgClassName
{
background-color: #E58CC6;
}
</style>
border-color css
<style>
span { border-color: #E58CC6; }
span { border-color: rgb(229,140,198); }
td.TdClassName
{
border-color: #E58CC6;
}
.TagClassName
{
border-color: #E58CC6;
}
</style>