Shades of Shocking #EEA2BD
Tints of Shocking #EEA2BD
RGB
CMYK
RGB Variations
Color information
#EEA2BD (or 0xEEA2BD) is known color: Shocking. HEX triplet: EE, A2 and BD. RGB value is (238,162,189). Sum of RGB (Red+Green+Blue) = 238+162+189=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2BD is #115D42. Grayscale: #BBBBBB. Windows color (decimal): -1137987 or 12428014. OLE color: 12428014.
HSL color Cylindrical-coordinate representation of color #EEA2BD: hue angle of 338.68º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2BD is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 189 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.07 |
| HSL | 338.68º | 0.69% | 0.78% | - |
| HSV(B) | 338.68º | 0.32% | 0.93% | - |
| XYZ | 57.37 | 47.69 | 54.33 | - |
| YUV | 187.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 189 | 0 | 0.32 | 0.21 | 0.07 | 338.68 | 0.69 | 0.78 |
| Hex | EE | A2 | BD | 0 | 20 | 15 | 7 | 153 | 45 | 4E |
| Octal | 356 | 242 | 275 | 0 | 40 | 25 | 7 | 523 | 105 | 116 |
| Binary | 11101110 | 10100010 | 10111101 | 0 | 100000 | 10101 | 111 | 101010011 | 1000101 | 1001110 |
Color Harmonies of #EEA2BD
Complementary color
Monochromatic Colors of #EEA2BD
Black with #EEA2BD
Text Example
Text Example
White with #EEA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2BD; }
p { color: rgb(238,162,189); }
H1.HeaderClassName
{
color: #EEA2BD;
}
.AnyTagClassName
{
color: #EEA2BD;
}
</style>
background-color css
<style>
a { background-color: #EEA2BD; }
a { background-color: rgb(238,162,189); }
div.DivClassName
{
background-color: #EEA2BD;
}
.BgClassName
{
background-color: #EEA2BD;
}
</style>
border-color css
<style>
span { border-color: #EEA2BD; }
span { border-color: rgb(238,162,189); }
td.TdClassName
{
border-color: #EEA2BD;
}
.TagClassName
{
border-color: #EEA2BD;
}
</style>