Shades of Shocking #E69ABB
Tints of Shocking #E69ABB
RGB
CMYK
RGB Variations
Color information
#E69ABB (or 0xE69ABB) is known color: Shocking. HEX triplet: E6, 9A and BB. RGB value is (230,154,187). Sum of RGB (Red+Green+Blue) = 230+154+187=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ABB is #196544. Grayscale: #B4B4B4. Windows color (decimal): -1664325 or 12294886. OLE color: 12294886.
HSL color Cylindrical-coordinate representation of color #E69ABB: hue angle of 333.95º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69ABB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 187 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.10 |
| HSL | 333.95º | 0.6% | 0.75% | - |
| HSV(B) | 333.95º | 0.33% | 0.9% | - |
| XYZ | 53.16 | 43.52 | 52.61 | - |
| YUV | 180.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 187 | 0 | 0.33 | 0.19 | 0.10 | 333.95 | 0.6 | 0.75 |
| Hex | E6 | 9A | BB | 0 | 21 | 13 | A | 14E | 3C | 4B |
| Octal | 346 | 232 | 273 | 0 | 41 | 23 | 12 | 516 | 74 | 113 |
| Binary | 11100110 | 10011010 | 10111011 | 0 | 100001 | 10011 | 1010 | 101001110 | 111100 | 1001011 |
Color Harmonies of #E69ABB
Complementary color
Monochromatic Colors of #E69ABB
Black with #E69ABB
Text Example
Text Example
White with #E69ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ABB; }
p { color: rgb(230,154,187); }
H1.HeaderClassName
{
color: #E69ABB;
}
.AnyTagClassName
{
color: #E69ABB;
}
</style>
background-color css
<style>
a { background-color: #E69ABB; }
a { background-color: rgb(230,154,187); }
div.DivClassName
{
background-color: #E69ABB;
}
.BgClassName
{
background-color: #E69ABB;
}
</style>
border-color css
<style>
span { border-color: #E69ABB; }
span { border-color: rgb(230,154,187); }
td.TdClassName
{
border-color: #E69ABB;
}
.TagClassName
{
border-color: #E69ABB;
}
</style>