Shades of Shocking #E69FCD
Tints of Shocking #E69FCD
RGB
CMYK
RGB Variations
Color information
#E69FCD (or 0xE69FCD) is known color: Shocking. HEX triplet: E6, 9F and CD. RGB value is (230,159,205). Sum of RGB (Red+Green+Blue) = 230+159+205=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FCD is #196032. Grayscale: #B9B9B9. Windows color (decimal): -1663027 or 13475814. OLE color: 13475814.
HSL color Cylindrical-coordinate representation of color #E69FCD: hue angle of 321.13º 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 #E69FCD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 205 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.10 |
| HSL | 321.13º | 0.59% | 0.76% | - |
| HSV(B) | 321.13º | 0.31% | 0.9% | - |
| XYZ | 56.05 | 46.03 | 63.69 | - |
| YUV | 185.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 205 | 0 | 0.31 | 0.11 | 0.10 | 321.13 | 0.59 | 0.76 |
| Hex | E6 | 9F | CD | 0 | 1F | B | A | 141 | 3B | 4C |
| Octal | 346 | 237 | 315 | 0 | 37 | 13 | 12 | 501 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11001101 | 0 | 11111 | 1011 | 1010 | 101000001 | 111011 | 1001100 |
Color Harmonies of #E69FCD
Complementary color
Monochromatic Colors of #E69FCD
Black with #E69FCD
Text Example
Text Example
White with #E69FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FCD; }
p { color: rgb(230,159,205); }
H1.HeaderClassName
{
color: #E69FCD;
}
.AnyTagClassName
{
color: #E69FCD;
}
</style>
background-color css
<style>
a { background-color: #E69FCD; }
a { background-color: rgb(230,159,205); }
div.DivClassName
{
background-color: #E69FCD;
}
.BgClassName
{
background-color: #E69FCD;
}
</style>
border-color css
<style>
span { border-color: #E69FCD; }
span { border-color: rgb(230,159,205); }
td.TdClassName
{
border-color: #E69FCD;
}
.TagClassName
{
border-color: #E69FCD;
}
</style>