Shades of Shocking #EEA2C1
Tints of Shocking #EEA2C1
RGB
CMYK
RGB Variations
Color information
#EEA2C1 (or 0xEEA2C1) is known color: Shocking. HEX triplet: EE, A2 and C1. RGB value is (238,162,193). Sum of RGB (Red+Green+Blue) = 238+162+193=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2C1 is #115D3E. Grayscale: #BCBCBC. Windows color (decimal): -1137983 or 12690158. OLE color: 12690158.
HSL color Cylindrical-coordinate representation of color #EEA2C1: hue angle of 335.53º 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 #EEA2C1 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 193 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.07 |
| HSL | 335.53º | 0.69% | 0.78% | - |
| HSV(B) | 335.53º | 0.32% | 0.93% | - |
| XYZ | 57.81 | 47.87 | 56.64 | - |
| YUV | 188.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 193 | 0 | 0.32 | 0.19 | 0.07 | 335.53 | 0.69 | 0.78 |
| Hex | EE | A2 | C1 | 0 | 20 | 13 | 7 | 150 | 45 | 4E |
| Octal | 356 | 242 | 301 | 0 | 40 | 23 | 7 | 520 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11000001 | 0 | 100000 | 10011 | 111 | 101010000 | 1000101 | 1001110 |
Color Harmonies of #EEA2C1
Complementary color
Monochromatic Colors of #EEA2C1
Black with #EEA2C1
Text Example
Text Example
White with #EEA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2C1; }
p { color: rgb(238,162,193); }
H1.HeaderClassName
{
color: #EEA2C1;
}
.AnyTagClassName
{
color: #EEA2C1;
}
</style>
background-color css
<style>
a { background-color: #EEA2C1; }
a { background-color: rgb(238,162,193); }
div.DivClassName
{
background-color: #EEA2C1;
}
.BgClassName
{
background-color: #EEA2C1;
}
</style>
border-color css
<style>
span { border-color: #EEA2C1; }
span { border-color: rgb(238,162,193); }
td.TdClassName
{
border-color: #EEA2C1;
}
.TagClassName
{
border-color: #EEA2C1;
}
</style>