Shades of Shocking #E699B5
Tints of Shocking #E699B5
RGB
CMYK
RGB Variations
Color information
#E699B5 (or 0xE699B5) is known color: Shocking. HEX triplet: E6, 99 and B5. RGB value is (230,153,181). Sum of RGB (Red+Green+Blue) = 230+153+181=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E699B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699B5 is #19664A. Grayscale: #B3B3B3. Windows color (decimal): -1664587 or 11901414. OLE color: 11901414.
HSL color Cylindrical-coordinate representation of color #E699B5: hue angle of 338.18º degrees, saturation: 0.61, 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 #E699B5 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 181 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.10 |
| HSL | 338.18º | 0.61% | 0.75% | - |
| HSV(B) | 338.18º | 0.33% | 0.9% | - |
| XYZ | 52.36 | 42.94 | 49.24 | - |
| YUV | 179.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 181 | 0 | 0.33 | 0.21 | 0.10 | 338.18 | 0.61 | 0.75 |
| Hex | E6 | 99 | B5 | 0 | 21 | 15 | A | 152 | 3D | 4B |
| Octal | 346 | 231 | 265 | 0 | 41 | 25 | 12 | 522 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10110101 | 0 | 100001 | 10101 | 1010 | 101010010 | 111101 | 1001011 |
Color Harmonies of #E699B5
Complementary color
Monochromatic Colors of #E699B5
Black with #E699B5
Text Example
Text Example
White with #E699B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699B5; }
p { color: rgb(230,153,181); }
H1.HeaderClassName
{
color: #E699B5;
}
.AnyTagClassName
{
color: #E699B5;
}
</style>
background-color css
<style>
a { background-color: #E699B5; }
a { background-color: rgb(230,153,181); }
div.DivClassName
{
background-color: #E699B5;
}
.BgClassName
{
background-color: #E699B5;
}
</style>
border-color css
<style>
span { border-color: #E699B5; }
span { border-color: rgb(230,153,181); }
td.TdClassName
{
border-color: #E699B5;
}
.TagClassName
{
border-color: #E699B5;
}
</style>