Shades of Shocking #E597CB
Tints of Shocking #E597CB
RGB
CMYK
RGB Variations
Color information
#E597CB (or 0xE597CB) is known color: Shocking. HEX triplet: E5, 97 and CB. RGB value is (229,151,203). Sum of RGB (Red+Green+Blue) = 229+151+203=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E597CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E597CB is #1A6834. Grayscale: #B4B4B4. Windows color (decimal): -1730613 or 13342693. OLE color: 13342693.
HSL color Cylindrical-coordinate representation of color #E597CB: hue angle of 320º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E597CB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 203 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.10 |
| HSL | 320º | 0.6% | 0.75% | - |
| HSV(B) | 320º | 0.34% | 0.9% | - |
| XYZ | 54.16 | 43.1 | 61.97 | - |
| YUV | 180.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 203 | 0 | 0.34 | 0.11 | 0.10 | 320 | 0.6 | 0.75 |
| Hex | E5 | 97 | CB | 0 | 22 | B | A | 140 | 3C | 4B |
| Octal | 345 | 227 | 313 | 0 | 42 | 13 | 12 | 500 | 74 | 113 |
| Binary | 11100101 | 10010111 | 11001011 | 0 | 100010 | 1011 | 1010 | 101000000 | 111100 | 1001011 |
Color Harmonies of #E597CB
Complementary color
Monochromatic Colors of #E597CB
Black with #E597CB
Text Example
Text Example
White with #E597CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E597CB; }
p { color: rgb(229,151,203); }
H1.HeaderClassName
{
color: #E597CB;
}
.AnyTagClassName
{
color: #E597CB;
}
</style>
background-color css
<style>
a { background-color: #E597CB; }
a { background-color: rgb(229,151,203); }
div.DivClassName
{
background-color: #E597CB;
}
.BgClassName
{
background-color: #E597CB;
}
</style>
border-color css
<style>
span { border-color: #E597CB; }
span { border-color: rgb(229,151,203); }
td.TdClassName
{
border-color: #E597CB;
}
.TagClassName
{
border-color: #E597CB;
}
</style>