Shades of Shocking #EE9AC1
Tints of Shocking #EE9AC1
RGB
CMYK
RGB Variations
Color information
#EE9AC1 (or 0xEE9AC1) is known color: Shocking. HEX triplet: EE, 9A and C1. RGB value is (238,154,193). Sum of RGB (Red+Green+Blue) = 238+154+193=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9AC1 is #11653E. Grayscale: #B7B7B7. Windows color (decimal): -1140031 or 12688110. OLE color: 12688110.
HSL color Cylindrical-coordinate representation of color #EE9AC1: hue angle of 332.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9AC1 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 193 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.07 |
| HSL | 332.14º | 0.71% | 0.77% | - |
| HSV(B) | 332.14º | 0.35% | 0.93% | - |
| XYZ | 56.44 | 45.14 | 56.19 | - |
| YUV | 183.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 193 | 0 | 0.35 | 0.19 | 0.07 | 332.14 | 0.71 | 0.77 |
| Hex | EE | 9A | C1 | 0 | 23 | 13 | 7 | 14C | 47 | 4D |
| Octal | 356 | 232 | 301 | 0 | 43 | 23 | 7 | 514 | 107 | 115 |
| Binary | 11101110 | 10011010 | 11000001 | 0 | 100011 | 10011 | 111 | 101001100 | 1000111 | 1001101 |
Color Harmonies of #EE9AC1
Complementary color
Monochromatic Colors of #EE9AC1
Black with #EE9AC1
Text Example
Text Example
White with #EE9AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AC1; }
p { color: rgb(238,154,193); }
H1.HeaderClassName
{
color: #EE9AC1;
}
.AnyTagClassName
{
color: #EE9AC1;
}
</style>
background-color css
<style>
a { background-color: #EE9AC1; }
a { background-color: rgb(238,154,193); }
div.DivClassName
{
background-color: #EE9AC1;
}
.BgClassName
{
background-color: #EE9AC1;
}
</style>
border-color css
<style>
span { border-color: #EE9AC1; }
span { border-color: rgb(238,154,193); }
td.TdClassName
{
border-color: #EE9AC1;
}
.TagClassName
{
border-color: #EE9AC1;
}
</style>