Shades of Shocking #EEA1C4
Tints of Shocking #EEA1C4
RGB
CMYK
RGB Variations
Color information
#EEA1C4 (or 0xEEA1C4) is known color: Shocking. HEX triplet: EE, A1 and C4. RGB value is (238,161,196). Sum of RGB (Red+Green+Blue) = 238+161+196=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1C4 is #115E3B. Grayscale: #BBBBBB. Windows color (decimal): -1138236 or 12886510. OLE color: 12886510.
HSL color Cylindrical-coordinate representation of color #EEA1C4: hue angle of 332.73º 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 #EEA1C4 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 196 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.07 |
| HSL | 332.73º | 0.69% | 0.78% | - |
| HSV(B) | 332.73º | 0.32% | 0.93% | - |
| XYZ | 57.97 | 47.65 | 58.37 | - |
| YUV | 188.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 196 | 0 | 0.32 | 0.18 | 0.07 | 332.73 | 0.69 | 0.78 |
| Hex | EE | A1 | C4 | 0 | 20 | 12 | 7 | 14D | 45 | 4E |
| Octal | 356 | 241 | 304 | 0 | 40 | 22 | 7 | 515 | 105 | 116 |
| Binary | 11101110 | 10100001 | 11000100 | 0 | 100000 | 10010 | 111 | 101001101 | 1000101 | 1001110 |
Color Harmonies of #EEA1C4
Complementary color
Monochromatic Colors of #EEA1C4
Black with #EEA1C4
Text Example
Text Example
White with #EEA1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1C4; }
p { color: rgb(238,161,196); }
H1.HeaderClassName
{
color: #EEA1C4;
}
.AnyTagClassName
{
color: #EEA1C4;
}
</style>
background-color css
<style>
a { background-color: #EEA1C4; }
a { background-color: rgb(238,161,196); }
div.DivClassName
{
background-color: #EEA1C4;
}
.BgClassName
{
background-color: #EEA1C4;
}
</style>
border-color css
<style>
span { border-color: #EEA1C4; }
span { border-color: rgb(238,161,196); }
td.TdClassName
{
border-color: #EEA1C4;
}
.TagClassName
{
border-color: #EEA1C4;
}
</style>