Shades of Shocking #E695B7
Tints of Shocking #E695B7
RGB
CMYK
RGB Variations
Color information
#E695B7 (or 0xE695B7) is known color: Shocking. HEX triplet: E6, 95 and B7. RGB value is (230,149,183). Sum of RGB (Red+Green+Blue) = 230+149+183=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E695B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695B7 is #196A48. Grayscale: #B1B1B1. Windows color (decimal): -1665609 or 12031462. OLE color: 12031462.
HSL color Cylindrical-coordinate representation of color #E695B7: hue angle of 334.81º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695B7 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 183 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.10 |
| HSL | 334.81º | 0.62% | 0.74% | - |
| HSV(B) | 334.81º | 0.35% | 0.9% | - |
| XYZ | 51.93 | 41.74 | 50.12 | - |
| YUV | 177.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 183 | 0 | 0.35 | 0.20 | 0.10 | 334.81 | 0.62 | 0.74 |
| Hex | E6 | 95 | B7 | 0 | 23 | 14 | A | 14F | 3E | 4A |
| Octal | 346 | 225 | 267 | 0 | 43 | 24 | 12 | 517 | 76 | 112 |
| Binary | 11100110 | 10010101 | 10110111 | 0 | 100011 | 10100 | 1010 | 101001111 | 111110 | 1001010 |
Color Harmonies of #E695B7
Complementary color
Monochromatic Colors of #E695B7
Black with #E695B7
Text Example
Text Example
White with #E695B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695B7; }
p { color: rgb(230,149,183); }
H1.HeaderClassName
{
color: #E695B7;
}
.AnyTagClassName
{
color: #E695B7;
}
</style>
background-color css
<style>
a { background-color: #E695B7; }
a { background-color: rgb(230,149,183); }
div.DivClassName
{
background-color: #E695B7;
}
.BgClassName
{
background-color: #E695B7;
}
</style>
border-color css
<style>
span { border-color: #E695B7; }
span { border-color: rgb(230,149,183); }
td.TdClassName
{
border-color: #E695B7;
}
.TagClassName
{
border-color: #E695B7;
}
</style>