Shades of Shocking #E69DB8
Tints of Shocking #E69DB8
RGB
CMYK
RGB Variations
Color information
#E69DB8 (or 0xE69DB8) is known color: Shocking. HEX triplet: E6, 9D and B8. RGB value is (230,157,184). Sum of RGB (Red+Green+Blue) = 230+157+184=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DB8 is #196247. Grayscale: #B5B5B5. Windows color (decimal): -1663560 or 12099046. OLE color: 12099046.
HSL color Cylindrical-coordinate representation of color #E69DB8: hue angle of 337.81º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DB8 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 184 | - |
| CMYK | 0 | 0.32 | 0.2 | 0.10 |
| HSL | 337.81º | 0.59% | 0.76% | - |
| HSV(B) | 337.81º | 0.32% | 0.9% | - |
| XYZ | 53.34 | 44.4 | 51.11 | - |
| YUV | 181.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 184 | 0 | 0.32 | 0.2 | 0.10 | 337.81 | 0.59 | 0.76 |
| Hex | E6 | 9D | B8 | 0 | 20 | 14 | A | 152 | 3B | 4C |
| Octal | 346 | 235 | 270 | 0 | 40 | 24 | 12 | 522 | 73 | 114 |
| Binary | 11100110 | 10011101 | 10111000 | 0 | 100000 | 10100 | 1010 | 101010010 | 111011 | 1001100 |
Color Harmonies of #E69DB8
Complementary color
Monochromatic Colors of #E69DB8
Black with #E69DB8
Text Example
Text Example
White with #E69DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DB8; }
p { color: rgb(230,157,184); }
H1.HeaderClassName
{
color: #E69DB8;
}
.AnyTagClassName
{
color: #E69DB8;
}
</style>
background-color css
<style>
a { background-color: #E69DB8; }
a { background-color: rgb(230,157,184); }
div.DivClassName
{
background-color: #E69DB8;
}
.BgClassName
{
background-color: #E69DB8;
}
</style>
border-color css
<style>
span { border-color: #E69DB8; }
span { border-color: rgb(230,157,184); }
td.TdClassName
{
border-color: #E69DB8;
}
.TagClassName
{
border-color: #E69DB8;
}
</style>