Shades of Shocking #E997BE
Tints of Shocking #E997BE
RGB
CMYK
RGB Variations
Color information
#E997BE (or 0xE997BE) is known color: Shocking. HEX triplet: E9, 97 and BE. RGB value is (233,151,190). Sum of RGB (Red+Green+Blue) = 233+151+190=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E997BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E997BE is #166841. Grayscale: #B3B3B3. Windows color (decimal): -1468482 or 12490729. OLE color: 12490729.
HSL color Cylindrical-coordinate representation of color #E997BE: hue angle of 331.46º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E997BE is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 190 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.09 |
| HSL | 331.46º | 0.65% | 0.75% | - |
| HSV(B) | 331.46º | 0.35% | 0.91% | - |
| XYZ | 53.97 | 43.17 | 54.2 | - |
| YUV | 179.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 190 | 0 | 0.35 | 0.18 | 0.09 | 331.46 | 0.65 | 0.75 |
| Hex | E9 | 97 | BE | 0 | 23 | 12 | 9 | 14B | 41 | 4B |
| Octal | 351 | 227 | 276 | 0 | 43 | 22 | 11 | 513 | 101 | 113 |
| Binary | 11101001 | 10010111 | 10111110 | 0 | 100011 | 10010 | 1001 | 101001011 | 1000001 | 1001011 |
Color Harmonies of #E997BE
Complementary color
Monochromatic Colors of #E997BE
Black with #E997BE
Text Example
Text Example
White with #E997BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E997BE; }
p { color: rgb(233,151,190); }
H1.HeaderClassName
{
color: #E997BE;
}
.AnyTagClassName
{
color: #E997BE;
}
</style>
background-color css
<style>
a { background-color: #E997BE; }
a { background-color: rgb(233,151,190); }
div.DivClassName
{
background-color: #E997BE;
}
.BgClassName
{
background-color: #E997BE;
}
</style>
border-color css
<style>
span { border-color: #E997BE; }
span { border-color: rgb(233,151,190); }
td.TdClassName
{
border-color: #E997BE;
}
.TagClassName
{
border-color: #E997BE;
}
</style>