Shades of Shocking #E699C8
Tints of Shocking #E699C8
RGB
CMYK
RGB Variations
Color information
#E699C8 (or 0xE699C8) is known color: Shocking. HEX triplet: E6, 99 and C8. RGB value is (230,153,200). Sum of RGB (Red+Green+Blue) = 230+153+200=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E699C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699C8 is #196637. Grayscale: #B5B5B5. Windows color (decimal): -1664568 or 13146598. OLE color: 13146598.
HSL color Cylindrical-coordinate representation of color #E699C8: hue angle of 323.38º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699C8 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 200 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.10 |
| HSL | 323.38º | 0.61% | 0.75% | - |
| HSV(B) | 323.38º | 0.33% | 0.9% | - |
| XYZ | 54.45 | 43.78 | 60.22 | - |
| YUV | 181.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 200 | 0 | 0.33 | 0.13 | 0.10 | 323.38 | 0.61 | 0.75 |
| Hex | E6 | 99 | C8 | 0 | 21 | D | A | 143 | 3D | 4B |
| Octal | 346 | 231 | 310 | 0 | 41 | 15 | 12 | 503 | 75 | 113 |
| Binary | 11100110 | 10011001 | 11001000 | 0 | 100001 | 1101 | 1010 | 101000011 | 111101 | 1001011 |
Color Harmonies of #E699C8
Complementary color
Monochromatic Colors of #E699C8
Black with #E699C8
Text Example
Text Example
White with #E699C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699C8; }
p { color: rgb(230,153,200); }
H1.HeaderClassName
{
color: #E699C8;
}
.AnyTagClassName
{
color: #E699C8;
}
</style>
background-color css
<style>
a { background-color: #E699C8; }
a { background-color: rgb(230,153,200); }
div.DivClassName
{
background-color: #E699C8;
}
.BgClassName
{
background-color: #E699C8;
}
</style>
border-color css
<style>
span { border-color: #E699C8; }
span { border-color: rgb(230,153,200); }
td.TdClassName
{
border-color: #E699C8;
}
.TagClassName
{
border-color: #E699C8;
}
</style>