Shades of Shocking #E69BBD
Tints of Shocking #E69BBD
RGB
CMYK
RGB Variations
Color information
#E69BBD (or 0xE69BBD) is known color: Shocking. HEX triplet: E6, 9B and BD. RGB value is (230,155,189). Sum of RGB (Red+Green+Blue) = 230+155+189=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BBD is #196442. Grayscale: #B5B5B5. Windows color (decimal): -1664067 or 12426214. OLE color: 12426214.
HSL color Cylindrical-coordinate representation of color #E69BBD: hue angle of 332.8º 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 #E69BBD is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 189 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.10 |
| HSL | 332.8º | 0.6% | 0.75% | - |
| HSV(B) | 332.8º | 0.33% | 0.9% | - |
| XYZ | 53.54 | 43.94 | 53.8 | - |
| YUV | 181.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 189 | 0 | 0.33 | 0.18 | 0.10 | 332.8 | 0.6 | 0.75 |
| Hex | E6 | 9B | BD | 0 | 21 | 12 | A | 14D | 3C | 4B |
| Octal | 346 | 233 | 275 | 0 | 41 | 22 | 12 | 515 | 74 | 113 |
| Binary | 11100110 | 10011011 | 10111101 | 0 | 100001 | 10010 | 1010 | 101001101 | 111100 | 1001011 |
Color Harmonies of #E69BBD
Complementary color
Monochromatic Colors of #E69BBD
Black with #E69BBD
Text Example
Text Example
White with #E69BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BBD; }
p { color: rgb(230,155,189); }
H1.HeaderClassName
{
color: #E69BBD;
}
.AnyTagClassName
{
color: #E69BBD;
}
</style>
background-color css
<style>
a { background-color: #E69BBD; }
a { background-color: rgb(230,155,189); }
div.DivClassName
{
background-color: #E69BBD;
}
.BgClassName
{
background-color: #E69BBD;
}
</style>
border-color css
<style>
span { border-color: #E69BBD; }
span { border-color: rgb(230,155,189); }
td.TdClassName
{
border-color: #E69BBD;
}
.TagClassName
{
border-color: #E69BBD;
}
</style>