Shades of Shocking #E58CC7
Tints of Shocking #E58CC7
RGB
CMYK
RGB Variations
Color information
#E58CC7 (or 0xE58CC7) is known color: Shocking. HEX triplet: E5, 8C and C7. RGB value is (229,140,199). Sum of RGB (Red+Green+Blue) = 229+140+199=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CC7 is #1A7338. Grayscale: #ADADAD. Windows color (decimal): -1733433 or 13077733. OLE color: 13077733.
HSL color Cylindrical-coordinate representation of color #E58CC7: hue angle of 320.22º 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 #E58CC7 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 199 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.10 |
| HSL | 320.22º | 0.63% | 0.72% | - |
| HSV(B) | 320.22º | 0.39% | 0.9% | - |
| XYZ | 52 | 39.54 | 58.92 | - |
| YUV | 173.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 199 | 0 | 0.39 | 0.13 | 0.10 | 320.22 | 0.63 | 0.72 |
| Hex | E5 | 8C | C7 | 0 | 27 | D | A | 140 | 3F | 48 |
| Octal | 345 | 214 | 307 | 0 | 47 | 15 | 12 | 500 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11000111 | 0 | 100111 | 1101 | 1010 | 101000000 | 111111 | 1001000 |
Color Harmonies of #E58CC7
Complementary color
Monochromatic Colors of #E58CC7
Black with #E58CC7
Text Example
Text Example
White with #E58CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CC7; }
p { color: rgb(229,140,199); }
H1.HeaderClassName
{
color: #E58CC7;
}
.AnyTagClassName
{
color: #E58CC7;
}
</style>
background-color css
<style>
a { background-color: #E58CC7; }
a { background-color: rgb(229,140,199); }
div.DivClassName
{
background-color: #E58CC7;
}
.BgClassName
{
background-color: #E58CC7;
}
</style>
border-color css
<style>
span { border-color: #E58CC7; }
span { border-color: rgb(229,140,199); }
td.TdClassName
{
border-color: #E58CC7;
}
.TagClassName
{
border-color: #E58CC7;
}
</style>