Shades of Shocking #E69CC2
Tints of Shocking #E69CC2
RGB
CMYK
RGB Variations
Color information
#E69CC2 (or 0xE69CC2) is known color: Shocking. HEX triplet: E6, 9C and C2. RGB value is (230,156,194). Sum of RGB (Red+Green+Blue) = 230+156+194=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CC2 is #19633D. Grayscale: #B6B6B6. Windows color (decimal): -1663806 or 12754150. OLE color: 12754150.
HSL color Cylindrical-coordinate representation of color #E69CC2: hue angle of 329.19º 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 #E69CC2 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 194 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.10 |
| HSL | 329.19º | 0.6% | 0.76% | - |
| HSV(B) | 329.19º | 0.32% | 0.9% | - |
| XYZ | 54.26 | 44.49 | 56.77 | - |
| YUV | 182.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 194 | 0 | 0.32 | 0.16 | 0.10 | 329.19 | 0.6 | 0.76 |
| Hex | E6 | 9C | C2 | 0 | 20 | 10 | A | 149 | 3C | 4C |
| Octal | 346 | 234 | 302 | 0 | 40 | 20 | 12 | 511 | 74 | 114 |
| Binary | 11100110 | 10011100 | 11000010 | 0 | 100000 | 10000 | 1010 | 101001001 | 111100 | 1001100 |
Color Harmonies of #E69CC2
Complementary color
Monochromatic Colors of #E69CC2
Black with #E69CC2
Text Example
Text Example
White with #E69CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CC2; }
p { color: rgb(230,156,194); }
H1.HeaderClassName
{
color: #E69CC2;
}
.AnyTagClassName
{
color: #E69CC2;
}
</style>
background-color css
<style>
a { background-color: #E69CC2; }
a { background-color: rgb(230,156,194); }
div.DivClassName
{
background-color: #E69CC2;
}
.BgClassName
{
background-color: #E69CC2;
}
</style>
border-color css
<style>
span { border-color: #E69CC2; }
span { border-color: rgb(230,156,194); }
td.TdClassName
{
border-color: #E69CC2;
}
.TagClassName
{
border-color: #E69CC2;
}
</style>