Shades of Shocking #E694BB
Tints of Shocking #E694BB
RGB
CMYK
RGB Variations
Color information
#E694BB (or 0xE694BB) is known color: Shocking. HEX triplet: E6, 94 and BB. RGB value is (230,148,187). Sum of RGB (Red+Green+Blue) = 230+148+187=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E694BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E694BB is #196B44. Grayscale: #B0B0B0. Windows color (decimal): -1665861 or 12293350. OLE color: 12293350.
HSL color Cylindrical-coordinate representation of color #E694BB: hue angle of 331.46º 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 #E694BB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 187 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.10 |
| HSL | 331.46º | 0.62% | 0.74% | - |
| HSV(B) | 331.46º | 0.36% | 0.9% | - |
| XYZ | 52.19 | 41.59 | 52.29 | - |
| YUV | 176.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 187 | 0 | 0.36 | 0.19 | 0.10 | 331.46 | 0.62 | 0.74 |
| Hex | E6 | 94 | BB | 0 | 24 | 13 | A | 14B | 3E | 4A |
| Octal | 346 | 224 | 273 | 0 | 44 | 23 | 12 | 513 | 76 | 112 |
| Binary | 11100110 | 10010100 | 10111011 | 0 | 100100 | 10011 | 1010 | 101001011 | 111110 | 1001010 |
Color Harmonies of #E694BB
Complementary color
Monochromatic Colors of #E694BB
Black with #E694BB
Text Example
Text Example
White with #E694BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E694BB; }
p { color: rgb(230,148,187); }
H1.HeaderClassName
{
color: #E694BB;
}
.AnyTagClassName
{
color: #E694BB;
}
</style>
background-color css
<style>
a { background-color: #E694BB; }
a { background-color: rgb(230,148,187); }
div.DivClassName
{
background-color: #E694BB;
}
.BgClassName
{
background-color: #E694BB;
}
</style>
border-color css
<style>
span { border-color: #E694BB; }
span { border-color: rgb(230,148,187); }
td.TdClassName
{
border-color: #E694BB;
}
.TagClassName
{
border-color: #E694BB;
}
</style>