Shades of Shocking #E691D0
Tints of Shocking #E691D0
RGB
CMYK
RGB Variations
Color information
#E691D0 (or 0xE691D0) is known color: Shocking. HEX triplet: E6, 91 and D0. RGB value is (230,145,208). Sum of RGB (Red+Green+Blue) = 230+145+208=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E691D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691D0 is #196E2F. Grayscale: #B1B1B1. Windows color (decimal): -1666608 or 13668838. OLE color: 13668838.
HSL color Cylindrical-coordinate representation of color #E691D0: hue angle of 315.53º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691D0 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 208 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.10 |
| HSL | 315.53º | 0.63% | 0.74% | - |
| HSV(B) | 315.53º | 0.37% | 0.9% | - |
| XYZ | 54.14 | 41.63 | 64.86 | - |
| YUV | 177.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 208 | 0 | 0.37 | 0.10 | 0.10 | 315.53 | 0.63 | 0.74 |
| Hex | E6 | 91 | D0 | 0 | 25 | A | A | 13C | 3F | 4A |
| Octal | 346 | 221 | 320 | 0 | 45 | 12 | 12 | 474 | 77 | 112 |
| Binary | 11100110 | 10010001 | 11010000 | 0 | 100101 | 1010 | 1010 | 100111100 | 111111 | 1001010 |
Color Harmonies of #E691D0
Complementary color
Monochromatic Colors of #E691D0
Black with #E691D0
Text Example
Text Example
White with #E691D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691D0; }
p { color: rgb(230,145,208); }
H1.HeaderClassName
{
color: #E691D0;
}
.AnyTagClassName
{
color: #E691D0;
}
</style>
background-color css
<style>
a { background-color: #E691D0; }
a { background-color: rgb(230,145,208); }
div.DivClassName
{
background-color: #E691D0;
}
.BgClassName
{
background-color: #E691D0;
}
</style>
border-color css
<style>
span { border-color: #E691D0; }
span { border-color: rgb(230,145,208); }
td.TdClassName
{
border-color: #E691D0;
}
.TagClassName
{
border-color: #E691D0;
}
</style>