Shades of Shocking #EE8CBC
Tints of Shocking #EE8CBC
RGB
CMYK
RGB Variations
Color information
#EE8CBC (or 0xEE8CBC) is known color: Shocking. HEX triplet: EE, 8C and BC. RGB value is (238,140,188). Sum of RGB (Red+Green+Blue) = 238+140+188=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CBC is #117343. Grayscale: #AEAEAE. Windows color (decimal): -1143620 or 12356846. OLE color: 12356846.
HSL color Cylindrical-coordinate representation of color #EE8CBC: hue angle of 330.61º 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 #EE8CBC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 188 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.07 |
| HSL | 330.61º | 0.74% | 0.74% | - |
| HSV(B) | 330.61º | 0.41% | 0.93% | - |
| XYZ | 53.72 | 40.56 | 52.58 | - |
| YUV | 174.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 188 | 0 | 0.41 | 0.21 | 0.07 | 330.61 | 0.74 | 0.74 |
| Hex | EE | 8C | BC | 0 | 29 | 15 | 7 | 14B | 4A | 4A |
| Octal | 356 | 214 | 274 | 0 | 51 | 25 | 7 | 513 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10111100 | 0 | 101001 | 10101 | 111 | 101001011 | 1001010 | 1001010 |
Color Harmonies of #EE8CBC
Complementary color
Monochromatic Colors of #EE8CBC
Black with #EE8CBC
Text Example
Text Example
White with #EE8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CBC; }
p { color: rgb(238,140,188); }
H1.HeaderClassName
{
color: #EE8CBC;
}
.AnyTagClassName
{
color: #EE8CBC;
}
</style>
background-color css
<style>
a { background-color: #EE8CBC; }
a { background-color: rgb(238,140,188); }
div.DivClassName
{
background-color: #EE8CBC;
}
.BgClassName
{
background-color: #EE8CBC;
}
</style>
border-color css
<style>
span { border-color: #EE8CBC; }
span { border-color: rgb(238,140,188); }
td.TdClassName
{
border-color: #EE8CBC;
}
.TagClassName
{
border-color: #EE8CBC;
}
</style>