Shades of Shocking #EEA4BC
Tints of Shocking #EEA4BC
RGB
CMYK
RGB Variations
Color information
#EEA4BC (or 0xEEA4BC) is known color: Shocking. HEX triplet: EE, A4 and BC. RGB value is (238,164,188). Sum of RGB (Red+Green+Blue) = 238+164+188=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4BC is #115B43. Grayscale: #BCBCBC. Windows color (decimal): -1137476 or 12362990. OLE color: 12362990.
HSL color Cylindrical-coordinate representation of color #EEA4BC: hue angle of 340.54º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA4BC is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 188 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.07 |
| HSL | 340.54º | 0.69% | 0.79% | - |
| HSV(B) | 340.54º | 0.31% | 0.93% | - |
| XYZ | 57.61 | 48.36 | 53.87 | - |
| YUV | 188.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 188 | 0 | 0.31 | 0.21 | 0.07 | 340.54 | 0.69 | 0.79 |
| Hex | EE | A4 | BC | 0 | 1F | 15 | 7 | 155 | 45 | 4F |
| Octal | 356 | 244 | 274 | 0 | 37 | 25 | 7 | 525 | 105 | 117 |
| Binary | 11101110 | 10100100 | 10111100 | 0 | 11111 | 10101 | 111 | 101010101 | 1000101 | 1001111 |
Color Harmonies of #EEA4BC
Complementary color
Monochromatic Colors of #EEA4BC
Black with #EEA4BC
Text Example
Text Example
White with #EEA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4BC; }
p { color: rgb(238,164,188); }
H1.HeaderClassName
{
color: #EEA4BC;
}
.AnyTagClassName
{
color: #EEA4BC;
}
</style>
background-color css
<style>
a { background-color: #EEA4BC; }
a { background-color: rgb(238,164,188); }
div.DivClassName
{
background-color: #EEA4BC;
}
.BgClassName
{
background-color: #EEA4BC;
}
</style>
border-color css
<style>
span { border-color: #EEA4BC; }
span { border-color: rgb(238,164,188); }
td.TdClassName
{
border-color: #EEA4BC;
}
.TagClassName
{
border-color: #EEA4BC;
}
</style>