Shades of Shocking #E590CB
Tints of Shocking #E590CB
RGB
CMYK
RGB Variations
Color information
#E590CB (or 0xE590CB) is known color: Shocking. HEX triplet: E5, 90 and CB. RGB value is (229,144,203). Sum of RGB (Red+Green+Blue) = 229+144+203=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E590CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E590CB is #1A6F34. Grayscale: #AFAFAF. Windows color (decimal): -1732405 or 13340901. OLE color: 13340901.
HSL color Cylindrical-coordinate representation of color #E590CB: hue angle of 318.35º 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 #E590CB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 203 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.10 |
| HSL | 318.35º | 0.62% | 0.73% | - |
| HSV(B) | 318.35º | 0.37% | 0.9% | - |
| XYZ | 53.07 | 40.92 | 61.6 | - |
| YUV | 176.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 203 | 0 | 0.37 | 0.11 | 0.10 | 318.35 | 0.62 | 0.73 |
| Hex | E5 | 90 | CB | 0 | 25 | B | A | 13E | 3E | 49 |
| Octal | 345 | 220 | 313 | 0 | 45 | 13 | 12 | 476 | 76 | 111 |
| Binary | 11100101 | 10010000 | 11001011 | 0 | 100101 | 1011 | 1010 | 100111110 | 111110 | 1001001 |
Color Harmonies of #E590CB
Complementary color
Monochromatic Colors of #E590CB
Black with #E590CB
Text Example
Text Example
White with #E590CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590CB; }
p { color: rgb(229,144,203); }
H1.HeaderClassName
{
color: #E590CB;
}
.AnyTagClassName
{
color: #E590CB;
}
</style>
background-color css
<style>
a { background-color: #E590CB; }
a { background-color: rgb(229,144,203); }
div.DivClassName
{
background-color: #E590CB;
}
.BgClassName
{
background-color: #E590CB;
}
</style>
border-color css
<style>
span { border-color: #E590CB; }
span { border-color: rgb(229,144,203); }
td.TdClassName
{
border-color: #E590CB;
}
.TagClassName
{
border-color: #E590CB;
}
</style>