Shades of Shocking #E590CC
Tints of Shocking #E590CC
RGB
CMYK
RGB Variations
Color information
#E590CC (or 0xE590CC) is known color: Shocking. HEX triplet: E5, 90 and CC. RGB value is (229,144,204). Sum of RGB (Red+Green+Blue) = 229+144+204=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E590CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590CC is #1A6F33. Grayscale: #B0B0B0. Windows color (decimal): -1732404 or 13406437. OLE color: 13406437.
HSL color Cylindrical-coordinate representation of color #E590CC: hue angle of 317.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590CC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 204 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.10 |
| HSL | 317.65º | 0.62% | 0.73% | - |
| HSV(B) | 317.65º | 0.37% | 0.9% | - |
| XYZ | 53.19 | 40.96 | 62.23 | - |
| YUV | 176.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 204 | 0 | 0.37 | 0.11 | 0.10 | 317.65 | 0.62 | 0.73 |
| Hex | E5 | 90 | CC | 0 | 25 | B | A | 13E | 3E | 49 |
| Octal | 345 | 220 | 314 | 0 | 45 | 13 | 12 | 476 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11001100 | 0 | 100101 | 1011 | 1010 | 100111110 | 111110 | 1001001 |
Color Harmonies of #E590CC
Complementary color
Monochromatic Colors of #E590CC
Black with #E590CC
Text Example
Text Example
White with #E590CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590CC; }
p { color: rgb(229,144,204); }
H1.HeaderClassName
{
color: #E590CC;
}
.AnyTagClassName
{
color: #E590CC;
}
</style>
background-color css
<style>
a { background-color: #E590CC; }
a { background-color: rgb(229,144,204); }
div.DivClassName
{
background-color: #E590CC;
}
.BgClassName
{
background-color: #E590CC;
}
</style>
border-color css
<style>
span { border-color: #E590CC; }
span { border-color: rgb(229,144,204); }
td.TdClassName
{
border-color: #E590CC;
}
.TagClassName
{
border-color: #E590CC;
}
</style>