Shades of Shocking #EE8DBA
Tints of Shocking #EE8DBA
RGB
CMYK
RGB Variations
Color information
#EE8DBA (or 0xEE8DBA) is known color: Shocking. HEX triplet: EE, 8D and BA. RGB value is (238,141,186). Sum of RGB (Red+Green+Blue) = 238+141+186=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8DBA is #117245. Grayscale: #AFAFAF. Windows color (decimal): -1143366 or 12226030. OLE color: 12226030.
HSL color Cylindrical-coordinate representation of color #EE8DBA: hue angle of 332.16º 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 #EE8DBA is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 186 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.07 |
| HSL | 332.16º | 0.74% | 0.74% | - |
| HSV(B) | 332.16º | 0.41% | 0.93% | - |
| XYZ | 53.65 | 40.77 | 51.5 | - |
| YUV | 175.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 186 | 0 | 0.41 | 0.22 | 0.07 | 332.16 | 0.74 | 0.74 |
| Hex | EE | 8D | BA | 0 | 29 | 16 | 7 | 14C | 4A | 4A |
| Octal | 356 | 215 | 272 | 0 | 51 | 26 | 7 | 514 | 112 | 112 |
| Binary | 11101110 | 10001101 | 10111010 | 0 | 101001 | 10110 | 111 | 101001100 | 1001010 | 1001010 |
Color Harmonies of #EE8DBA
Complementary color
Monochromatic Colors of #EE8DBA
Black with #EE8DBA
Text Example
Text Example
White with #EE8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8DBA; }
p { color: rgb(238,141,186); }
H1.HeaderClassName
{
color: #EE8DBA;
}
.AnyTagClassName
{
color: #EE8DBA;
}
</style>
background-color css
<style>
a { background-color: #EE8DBA; }
a { background-color: rgb(238,141,186); }
div.DivClassName
{
background-color: #EE8DBA;
}
.BgClassName
{
background-color: #EE8DBA;
}
</style>
border-color css
<style>
span { border-color: #EE8DBA; }
span { border-color: rgb(238,141,186); }
td.TdClassName
{
border-color: #EE8DBA;
}
.TagClassName
{
border-color: #EE8DBA;
}
</style>