Shades of Shocking #EE92BD
Tints of Shocking #EE92BD
RGB
CMYK
RGB Variations
Color information
#EE92BD (or 0xEE92BD) is known color: Shocking. HEX triplet: EE, 92 and BD. RGB value is (238,146,189). Sum of RGB (Red+Green+Blue) = 238+146+189=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92BD is #116D42. Grayscale: #B2B2B2. Windows color (decimal): -1142083 or 12423918. OLE color: 12423918.
HSL color Cylindrical-coordinate representation of color #EE92BD: hue angle of 331.96º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92BD is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 189 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 331.96º | 0.73% | 0.75% | - |
| HSV(B) | 331.96º | 0.39% | 0.93% | - |
| XYZ | 54.72 | 42.41 | 53.45 | - |
| YUV | 178.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 189 | 0 | 0.39 | 0.21 | 0.07 | 331.96 | 0.73 | 0.75 |
| Hex | EE | 92 | BD | 0 | 27 | 15 | 7 | 14C | 49 | 4B |
| Octal | 356 | 222 | 275 | 0 | 47 | 25 | 7 | 514 | 111 | 113 |
| Binary | 11101110 | 10010010 | 10111101 | 0 | 100111 | 10101 | 111 | 101001100 | 1001001 | 1001011 |
Color Harmonies of #EE92BD
Complementary color
Monochromatic Colors of #EE92BD
Black with #EE92BD
Text Example
Text Example
White with #EE92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92BD; }
p { color: rgb(238,146,189); }
H1.HeaderClassName
{
color: #EE92BD;
}
.AnyTagClassName
{
color: #EE92BD;
}
</style>
background-color css
<style>
a { background-color: #EE92BD; }
a { background-color: rgb(238,146,189); }
div.DivClassName
{
background-color: #EE92BD;
}
.BgClassName
{
background-color: #EE92BD;
}
</style>
border-color css
<style>
span { border-color: #EE92BD; }
span { border-color: rgb(238,146,189); }
td.TdClassName
{
border-color: #EE92BD;
}
.TagClassName
{
border-color: #EE92BD;
}
</style>