Shades of Shocking #E69CC3
Tints of Shocking #E69CC3
RGB
CMYK
RGB Variations
Color information
#E69CC3 (or 0xE69CC3) is known color: Shocking. HEX triplet: E6, 9C and C3. RGB value is (230,156,195). Sum of RGB (Red+Green+Blue) = 230+156+195=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CC3 is #19633C. Grayscale: #B6B6B6. Windows color (decimal): -1663805 or 12819686. OLE color: 12819686.
HSL color Cylindrical-coordinate representation of color #E69CC3: hue angle of 328.38º 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 #E69CC3 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 195 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.10 |
| HSL | 328.38º | 0.6% | 0.76% | - |
| HSV(B) | 328.38º | 0.32% | 0.9% | - |
| XYZ | 54.37 | 44.54 | 57.36 | - |
| YUV | 182.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 195 | 0 | 0.32 | 0.15 | 0.10 | 328.38 | 0.6 | 0.76 |
| Hex | E6 | 9C | C3 | 0 | 20 | F | A | 148 | 3C | 4C |
| Octal | 346 | 234 | 303 | 0 | 40 | 17 | 12 | 510 | 74 | 114 |
| Binary | 11100110 | 10011100 | 11000011 | 0 | 100000 | 1111 | 1010 | 101001000 | 111100 | 1001100 |
Color Harmonies of #E69CC3
Complementary color
Monochromatic Colors of #E69CC3
Black with #E69CC3
Text Example
Text Example
White with #E69CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CC3; }
p { color: rgb(230,156,195); }
H1.HeaderClassName
{
color: #E69CC3;
}
.AnyTagClassName
{
color: #E69CC3;
}
</style>
background-color css
<style>
a { background-color: #E69CC3; }
a { background-color: rgb(230,156,195); }
div.DivClassName
{
background-color: #E69CC3;
}
.BgClassName
{
background-color: #E69CC3;
}
</style>
border-color css
<style>
span { border-color: #E69CC3; }
span { border-color: rgb(230,156,195); }
td.TdClassName
{
border-color: #E69CC3;
}
.TagClassName
{
border-color: #E69CC3;
}
</style>