Shades of Shocking #E399BD
Tints of Shocking #E399BD
RGB
CMYK
RGB Variations
Color information
#E399BD (or 0xE399BD) is known color: Shocking. HEX triplet: E3, 99 and BD. RGB value is (227,153,189). Sum of RGB (Red+Green+Blue) = 227+153+189=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E399BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E399BD is #1C6642. Grayscale: #B3B3B3. Windows color (decimal): -1861187 or 12425699. OLE color: 12425699.
HSL color Cylindrical-coordinate representation of color #E399BD: hue angle of 330.81º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399BD is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 153 | 189 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.11 |
| HSL | 330.81º | 0.57% | 0.75% | - |
| HSV(B) | 330.81º | 0.33% | 0.89% | - |
| XYZ | 52.26 | 42.79 | 53.65 | - |
| YUV | 179.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 153 | 189 | 0 | 0.33 | 0.17 | 0.11 | 330.81 | 0.57 | 0.75 |
| Hex | E3 | 99 | BD | 0 | 21 | 11 | B | 14B | 39 | 4B |
| Octal | 343 | 231 | 275 | 0 | 41 | 21 | 13 | 513 | 71 | 113 |
| Binary | 11100011 | 10011001 | 10111101 | 0 | 100001 | 10001 | 1011 | 101001011 | 111001 | 1001011 |
Color Harmonies of #E399BD
Complementary color
Monochromatic Colors of #E399BD
Black with #E399BD
Text Example
Text Example
White with #E399BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E399BD; }
p { color: rgb(227,153,189); }
H1.HeaderClassName
{
color: #E399BD;
}
.AnyTagClassName
{
color: #E399BD;
}
</style>
background-color css
<style>
a { background-color: #E399BD; }
a { background-color: rgb(227,153,189); }
div.DivClassName
{
background-color: #E399BD;
}
.BgClassName
{
background-color: #E399BD;
}
</style>
border-color css
<style>
span { border-color: #E399BD; }
span { border-color: rgb(227,153,189); }
td.TdClassName
{
border-color: #E399BD;
}
.TagClassName
{
border-color: #E399BD;
}
</style>