Shades of Shocking #EE8CB6
Tints of Shocking #EE8CB6
RGB
CMYK
RGB Variations
Color information
#EE8CB6 (or 0xEE8CB6) is known color: Shocking. HEX triplet: EE, 8C and B6. RGB value is (238,140,182). Sum of RGB (Red+Green+Blue) = 238+140+182=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CB6 is #117349. Grayscale: #AEAEAE. Windows color (decimal): -1143626 or 11963630. OLE color: 11963630.
HSL color Cylindrical-coordinate representation of color #EE8CB6: hue angle of 334.29º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CB6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 182 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.07 |
| HSL | 334.29º | 0.74% | 0.74% | - |
| HSV(B) | 334.29º | 0.41% | 0.93% | - |
| XYZ | 53.08 | 40.31 | 49.24 | - |
| YUV | 174.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 182 | 0 | 0.41 | 0.24 | 0.07 | 334.29 | 0.74 | 0.74 |
| Hex | EE | 8C | B6 | 0 | 29 | 18 | 7 | 14E | 4A | 4A |
| Octal | 356 | 214 | 266 | 0 | 51 | 30 | 7 | 516 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10110110 | 0 | 101001 | 11000 | 111 | 101001110 | 1001010 | 1001010 |
Color Harmonies of #EE8CB6
Complementary color
Monochromatic Colors of #EE8CB6
Black with #EE8CB6
Text Example
Text Example
White with #EE8CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CB6; }
p { color: rgb(238,140,182); }
H1.HeaderClassName
{
color: #EE8CB6;
}
.AnyTagClassName
{
color: #EE8CB6;
}
</style>
background-color css
<style>
a { background-color: #EE8CB6; }
a { background-color: rgb(238,140,182); }
div.DivClassName
{
background-color: #EE8CB6;
}
.BgClassName
{
background-color: #EE8CB6;
}
</style>
border-color css
<style>
span { border-color: #EE8CB6; }
span { border-color: rgb(238,140,182); }
td.TdClassName
{
border-color: #EE8CB6;
}
.TagClassName
{
border-color: #EE8CB6;
}
</style>