Shades of Shocking #E693B5
Tints of Shocking #E693B5
RGB
CMYK
RGB Variations
Color information
#E693B5 (or 0xE693B5) is known color: Shocking. HEX triplet: E6, 93 and B5. RGB value is (230,147,181). Sum of RGB (Red+Green+Blue) = 230+147+181=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E693B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693B5 is #196C4A. Grayscale: #AFAFAF. Windows color (decimal): -1666123 or 11899878. OLE color: 11899878.
HSL color Cylindrical-coordinate representation of color #E693B5: hue angle of 335.42º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693B5 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 181 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.10 |
| HSL | 335.42º | 0.62% | 0.74% | - |
| HSV(B) | 335.42º | 0.36% | 0.9% | - |
| XYZ | 51.41 | 41.03 | 48.93 | - |
| YUV | 175.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 181 | 0 | 0.36 | 0.21 | 0.10 | 335.42 | 0.62 | 0.74 |
| Hex | E6 | 93 | B5 | 0 | 24 | 15 | A | 14F | 3E | 4A |
| Octal | 346 | 223 | 265 | 0 | 44 | 25 | 12 | 517 | 76 | 112 |
| Binary | 11100110 | 10010011 | 10110101 | 0 | 100100 | 10101 | 1010 | 101001111 | 111110 | 1001010 |
Color Harmonies of #E693B5
Complementary color
Monochromatic Colors of #E693B5
Black with #E693B5
Text Example
Text Example
White with #E693B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E693B5; }
p { color: rgb(230,147,181); }
H1.HeaderClassName
{
color: #E693B5;
}
.AnyTagClassName
{
color: #E693B5;
}
</style>
background-color css
<style>
a { background-color: #E693B5; }
a { background-color: rgb(230,147,181); }
div.DivClassName
{
background-color: #E693B5;
}
.BgClassName
{
background-color: #E693B5;
}
</style>
border-color css
<style>
span { border-color: #E693B5; }
span { border-color: rgb(230,147,181); }
td.TdClassName
{
border-color: #E693B5;
}
.TagClassName
{
border-color: #E693B5;
}
</style>