Shades of Shocking #E69ECB
Tints of Shocking #E69ECB
RGB
CMYK
RGB Variations
Color information
#E69ECB (or 0xE69ECB) is known color: Shocking. HEX triplet: E6, 9E and CB. RGB value is (230,158,203). Sum of RGB (Red+Green+Blue) = 230+158+203=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ECB is #196134. Grayscale: #B8B8B8. Windows color (decimal): -1663285 or 13344486. OLE color: 13344486.
HSL color Cylindrical-coordinate representation of color #E69ECB: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69ECB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 203 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.10 |
| HSL | 322.5º | 0.59% | 0.76% | - |
| HSV(B) | 322.5º | 0.31% | 0.9% | - |
| XYZ | 55.64 | 45.59 | 62.37 | - |
| YUV | 184.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 203 | 0 | 0.31 | 0.12 | 0.10 | 322.5 | 0.59 | 0.76 |
| Hex | E6 | 9E | CB | 0 | 1F | C | A | 142 | 3B | 4C |
| Octal | 346 | 236 | 313 | 0 | 37 | 14 | 12 | 502 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11001011 | 0 | 11111 | 1100 | 1010 | 101000010 | 111011 | 1001100 |
Color Harmonies of #E69ECB
Complementary color
Monochromatic Colors of #E69ECB
Black with #E69ECB
Text Example
Text Example
White with #E69ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ECB; }
p { color: rgb(230,158,203); }
H1.HeaderClassName
{
color: #E69ECB;
}
.AnyTagClassName
{
color: #E69ECB;
}
</style>
background-color css
<style>
a { background-color: #E69ECB; }
a { background-color: rgb(230,158,203); }
div.DivClassName
{
background-color: #E69ECB;
}
.BgClassName
{
background-color: #E69ECB;
}
</style>
border-color css
<style>
span { border-color: #E69ECB; }
span { border-color: rgb(230,158,203); }
td.TdClassName
{
border-color: #E69ECB;
}
.TagClassName
{
border-color: #E69ECB;
}
</style>