Shades of Shocking #E69FCC
Tints of Shocking #E69FCC
RGB
CMYK
RGB Variations
Color information
#E69FCC (or 0xE69FCC) is known color: Shocking. HEX triplet: E6, 9F and CC. RGB value is (230,159,204). Sum of RGB (Red+Green+Blue) = 230+159+204=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FCC is #196033. Grayscale: #B9B9B9. Windows color (decimal): -1663028 or 13410278. OLE color: 13410278.
HSL color Cylindrical-coordinate representation of color #E69FCC: hue angle of 321.97º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FCC is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 204 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.10 |
| HSL | 321.97º | 0.59% | 0.76% | - |
| HSV(B) | 321.97º | 0.31% | 0.9% | - |
| XYZ | 55.93 | 45.98 | 63.05 | - |
| YUV | 185.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 204 | 0 | 0.31 | 0.11 | 0.10 | 321.97 | 0.59 | 0.76 |
| Hex | E6 | 9F | CC | 0 | 1F | B | A | 142 | 3B | 4C |
| Octal | 346 | 237 | 314 | 0 | 37 | 13 | 12 | 502 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11001100 | 0 | 11111 | 1011 | 1010 | 101000010 | 111011 | 1001100 |
Color Harmonies of #E69FCC
Complementary color
Monochromatic Colors of #E69FCC
Black with #E69FCC
Text Example
Text Example
White with #E69FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FCC; }
p { color: rgb(230,159,204); }
H1.HeaderClassName
{
color: #E69FCC;
}
.AnyTagClassName
{
color: #E69FCC;
}
</style>
background-color css
<style>
a { background-color: #E69FCC; }
a { background-color: rgb(230,159,204); }
div.DivClassName
{
background-color: #E69FCC;
}
.BgClassName
{
background-color: #E69FCC;
}
</style>
border-color css
<style>
span { border-color: #E69FCC; }
span { border-color: rgb(230,159,204); }
td.TdClassName
{
border-color: #E69FCC;
}
.TagClassName
{
border-color: #E69FCC;
}
</style>