Shades of Shocking #EEA2C6
Tints of Shocking #EEA2C6
RGB
CMYK
RGB Variations
Color information
#EEA2C6 (or 0xEEA2C6) is known color: Shocking. HEX triplet: EE, A2 and C6. RGB value is (238,162,198). Sum of RGB (Red+Green+Blue) = 238+162+198=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2C6 is #115D39. Grayscale: #BCBCBC. Windows color (decimal): -1137978 or 13017838. OLE color: 13017838.
HSL color Cylindrical-coordinate representation of color #EEA2C6: hue angle of 331.58º 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 #EEA2C6 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 198 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.07 |
| HSL | 331.58º | 0.69% | 0.78% | - |
| HSV(B) | 331.58º | 0.32% | 0.93% | - |
| XYZ | 58.37 | 48.1 | 59.63 | - |
| YUV | 188.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 198 | 0 | 0.32 | 0.17 | 0.07 | 331.58 | 0.69 | 0.78 |
| Hex | EE | A2 | C6 | 0 | 20 | 11 | 7 | 14C | 45 | 4E |
| Octal | 356 | 242 | 306 | 0 | 40 | 21 | 7 | 514 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11000110 | 0 | 100000 | 10001 | 111 | 101001100 | 1000101 | 1001110 |
Color Harmonies of #EEA2C6
Complementary color
Monochromatic Colors of #EEA2C6
Black with #EEA2C6
Text Example
Text Example
White with #EEA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2C6; }
p { color: rgb(238,162,198); }
H1.HeaderClassName
{
color: #EEA2C6;
}
.AnyTagClassName
{
color: #EEA2C6;
}
</style>
background-color css
<style>
a { background-color: #EEA2C6; }
a { background-color: rgb(238,162,198); }
div.DivClassName
{
background-color: #EEA2C6;
}
.BgClassName
{
background-color: #EEA2C6;
}
</style>
border-color css
<style>
span { border-color: #EEA2C6; }
span { border-color: rgb(238,162,198); }
td.TdClassName
{
border-color: #EEA2C6;
}
.TagClassName
{
border-color: #EEA2C6;
}
</style>