Shades of Shocking #E694BE
Tints of Shocking #E694BE
RGB
CMYK
RGB Variations
Color information
#E694BE (or 0xE694BE) is known color: Shocking. HEX triplet: E6, 94 and BE. RGB value is (230,148,190). Sum of RGB (Red+Green+Blue) = 230+148+190=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E694BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694BE is #196B41. Grayscale: #B1B1B1. Windows color (decimal): -1665858 or 12489958. OLE color: 12489958.
HSL color Cylindrical-coordinate representation of color #E694BE: hue angle of 329.27º 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 #E694BE is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 190 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.10 |
| HSL | 329.27º | 0.62% | 0.74% | - |
| HSV(B) | 329.27º | 0.36% | 0.9% | - |
| XYZ | 52.52 | 41.72 | 54 | - |
| YUV | 177.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 190 | 0 | 0.36 | 0.17 | 0.10 | 329.27 | 0.62 | 0.74 |
| Hex | E6 | 94 | BE | 0 | 24 | 11 | A | 149 | 3E | 4A |
| Octal | 346 | 224 | 276 | 0 | 44 | 21 | 12 | 511 | 76 | 112 |
| Binary | 11100110 | 10010100 | 10111110 | 0 | 100100 | 10001 | 1010 | 101001001 | 111110 | 1001010 |
Color Harmonies of #E694BE
Complementary color
Monochromatic Colors of #E694BE
Black with #E694BE
Text Example
Text Example
White with #E694BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694BE; }
p { color: rgb(230,148,190); }
H1.HeaderClassName
{
color: #E694BE;
}
.AnyTagClassName
{
color: #E694BE;
}
</style>
background-color css
<style>
a { background-color: #E694BE; }
a { background-color: rgb(230,148,190); }
div.DivClassName
{
background-color: #E694BE;
}
.BgClassName
{
background-color: #E694BE;
}
</style>
border-color css
<style>
span { border-color: #E694BE; }
span { border-color: rgb(230,148,190); }
td.TdClassName
{
border-color: #E694BE;
}
.TagClassName
{
border-color: #E694BE;
}
</style>