Shades of Shocking #E69CC9
Tints of Shocking #E69CC9
RGB
CMYK
RGB Variations
Color information
#E69CC9 (or 0xE69CC9) is known color: Shocking. HEX triplet: E6, 9C and C9. RGB value is (230,156,201). Sum of RGB (Red+Green+Blue) = 230+156+201=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CC9 is #196336. Grayscale: #B7B7B7. Windows color (decimal): -1663799 or 13212902. OLE color: 13212902.
HSL color Cylindrical-coordinate representation of color #E69CC9: hue angle of 323.51º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CC9 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 201 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.10 |
| HSL | 323.51º | 0.6% | 0.76% | - |
| HSV(B) | 323.51º | 0.32% | 0.9% | - |
| XYZ | 55.06 | 44.82 | 61.01 | - |
| YUV | 183.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 201 | 0 | 0.32 | 0.13 | 0.10 | 323.51 | 0.6 | 0.76 |
| Hex | E6 | 9C | C9 | 0 | 20 | D | A | 144 | 3C | 4C |
| Octal | 346 | 234 | 311 | 0 | 40 | 15 | 12 | 504 | 74 | 114 |
| Binary | 11100110 | 10011100 | 11001001 | 0 | 100000 | 1101 | 1010 | 101000100 | 111100 | 1001100 |
Color Harmonies of #E69CC9
Complementary color
Monochromatic Colors of #E69CC9
Black with #E69CC9
Text Example
Text Example
White with #E69CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CC9; }
p { color: rgb(230,156,201); }
H1.HeaderClassName
{
color: #E69CC9;
}
.AnyTagClassName
{
color: #E69CC9;
}
</style>
background-color css
<style>
a { background-color: #E69CC9; }
a { background-color: rgb(230,156,201); }
div.DivClassName
{
background-color: #E69CC9;
}
.BgClassName
{
background-color: #E69CC9;
}
</style>
border-color css
<style>
span { border-color: #E69CC9; }
span { border-color: rgb(230,156,201); }
td.TdClassName
{
border-color: #E69CC9;
}
.TagClassName
{
border-color: #E69CC9;
}
</style>