Shades of Shocking #EEA0BE
Tints of Shocking #EEA0BE
RGB
CMYK
RGB Variations
Color information
#EEA0BE (or 0xEEA0BE) is known color: Shocking. HEX triplet: EE, A0 and BE. RGB value is (238,160,190). Sum of RGB (Red+Green+Blue) = 238+160+190=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0BE is #115F41. Grayscale: #BABABA. Windows color (decimal): -1138498 or 12493038. OLE color: 12493038.
HSL color Cylindrical-coordinate representation of color #EEA0BE: hue angle of 336.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0BE is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 190 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.07 |
| HSL | 336.92º | 0.7% | 0.78% | - |
| HSV(B) | 336.92º | 0.33% | 0.93% | - |
| XYZ | 57.12 | 47.04 | 54.78 | - |
| YUV | 186.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 190 | 0 | 0.33 | 0.20 | 0.07 | 336.92 | 0.7 | 0.78 |
| Hex | EE | A0 | BE | 0 | 21 | 14 | 7 | 151 | 46 | 4E |
| Octal | 356 | 240 | 276 | 0 | 41 | 24 | 7 | 521 | 106 | 116 |
| Binary | 11101110 | 10100000 | 10111110 | 0 | 100001 | 10100 | 111 | 101010001 | 1000110 | 1001110 |
Color Harmonies of #EEA0BE
Complementary color
Monochromatic Colors of #EEA0BE
Black with #EEA0BE
Text Example
Text Example
White with #EEA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0BE; }
p { color: rgb(238,160,190); }
H1.HeaderClassName
{
color: #EEA0BE;
}
.AnyTagClassName
{
color: #EEA0BE;
}
</style>
background-color css
<style>
a { background-color: #EEA0BE; }
a { background-color: rgb(238,160,190); }
div.DivClassName
{
background-color: #EEA0BE;
}
.BgClassName
{
background-color: #EEA0BE;
}
</style>
border-color css
<style>
span { border-color: #EEA0BE; }
span { border-color: rgb(238,160,190); }
td.TdClassName
{
border-color: #EEA0BE;
}
.TagClassName
{
border-color: #EEA0BE;
}
</style>