Shades of Shocking #E69BBB
Tints of Shocking #E69BBB
RGB
CMYK
RGB Variations
Color information
#E69BBB (or 0xE69BBB) is known color: Shocking. HEX triplet: E6, 9B and BB. RGB value is (230,155,187). Sum of RGB (Red+Green+Blue) = 230+155+187=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BBB is #196444. Grayscale: #B5B5B5. Windows color (decimal): -1664069 or 12295142. OLE color: 12295142.
HSL color Cylindrical-coordinate representation of color #E69BBB: hue angle of 334.4º 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 #E69BBB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 187 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.10 |
| HSL | 334.4º | 0.6% | 0.75% | - |
| HSV(B) | 334.4º | 0.33% | 0.9% | - |
| XYZ | 53.32 | 43.85 | 52.67 | - |
| YUV | 181.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 187 | 0 | 0.33 | 0.19 | 0.10 | 334.4 | 0.6 | 0.75 |
| Hex | E6 | 9B | BB | 0 | 21 | 13 | A | 14E | 3C | 4B |
| Octal | 346 | 233 | 273 | 0 | 41 | 23 | 12 | 516 | 74 | 113 |
| Binary | 11100110 | 10011011 | 10111011 | 0 | 100001 | 10011 | 1010 | 101001110 | 111100 | 1001011 |
Color Harmonies of #E69BBB
Complementary color
Monochromatic Colors of #E69BBB
Black with #E69BBB
Text Example
Text Example
White with #E69BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BBB; }
p { color: rgb(230,155,187); }
H1.HeaderClassName
{
color: #E69BBB;
}
.AnyTagClassName
{
color: #E69BBB;
}
</style>
background-color css
<style>
a { background-color: #E69BBB; }
a { background-color: rgb(230,155,187); }
div.DivClassName
{
background-color: #E69BBB;
}
.BgClassName
{
background-color: #E69BBB;
}
</style>
border-color css
<style>
span { border-color: #E69BBB; }
span { border-color: rgb(230,155,187); }
td.TdClassName
{
border-color: #E69BBB;
}
.TagClassName
{
border-color: #E69BBB;
}
</style>