Shades of Shocking #E69AB6
Tints of Shocking #E69AB6
RGB
CMYK
RGB Variations
Color information
#E69AB6 (or 0xE69AB6) is known color: Shocking. HEX triplet: E6, 9A and B6. RGB value is (230,154,182). Sum of RGB (Red+Green+Blue) = 230+154+182=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AB6 is #196549. Grayscale: #B3B3B3. Windows color (decimal): -1664330 or 11967206. OLE color: 11967206.
HSL color Cylindrical-coordinate representation of color #E69AB6: hue angle of 337.89º 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 #E69AB6 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 182 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.10 |
| HSL | 337.89º | 0.6% | 0.75% | - |
| HSV(B) | 337.89º | 0.33% | 0.9% | - |
| XYZ | 52.63 | 43.31 | 49.84 | - |
| YUV | 179.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 182 | 0 | 0.33 | 0.21 | 0.10 | 337.89 | 0.6 | 0.75 |
| Hex | E6 | 9A | B6 | 0 | 21 | 15 | A | 152 | 3C | 4B |
| Octal | 346 | 232 | 266 | 0 | 41 | 25 | 12 | 522 | 74 | 113 |
| Binary | 11100110 | 10011010 | 10110110 | 0 | 100001 | 10101 | 1010 | 101010010 | 111100 | 1001011 |
Color Harmonies of #E69AB6
Complementary color
Monochromatic Colors of #E69AB6
Black with #E69AB6
Text Example
Text Example
White with #E69AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69AB6; }
p { color: rgb(230,154,182); }
H1.HeaderClassName
{
color: #E69AB6;
}
.AnyTagClassName
{
color: #E69AB6;
}
</style>
background-color css
<style>
a { background-color: #E69AB6; }
a { background-color: rgb(230,154,182); }
div.DivClassName
{
background-color: #E69AB6;
}
.BgClassName
{
background-color: #E69AB6;
}
</style>
border-color css
<style>
span { border-color: #E69AB6; }
span { border-color: rgb(230,154,182); }
td.TdClassName
{
border-color: #E69AB6;
}
.TagClassName
{
border-color: #E69AB6;
}
</style>