Shades of Shocking #E695C4
Tints of Shocking #E695C4
RGB
CMYK
RGB Variations
Color information
#E695C4 (or 0xE695C4) is known color: Shocking. HEX triplet: E6, 95 and C4. RGB value is (230,149,196). Sum of RGB (Red+Green+Blue) = 230+149+196=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E695C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695C4 is #196A3B. Grayscale: #B2B2B2. Windows color (decimal): -1665596 or 12883430. OLE color: 12883430.
HSL color Cylindrical-coordinate representation of color #E695C4: hue angle of 325.19º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695C4 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 196 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.10 |
| HSL | 325.19º | 0.62% | 0.74% | - |
| HSV(B) | 325.19º | 0.35% | 0.9% | - |
| XYZ | 53.34 | 42.3 | 57.58 | - |
| YUV | 178.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 196 | 0 | 0.35 | 0.15 | 0.10 | 325.19 | 0.62 | 0.74 |
| Hex | E6 | 95 | C4 | 0 | 23 | F | A | 145 | 3E | 4A |
| Octal | 346 | 225 | 304 | 0 | 43 | 17 | 12 | 505 | 76 | 112 |
| Binary | 11100110 | 10010101 | 11000100 | 0 | 100011 | 1111 | 1010 | 101000101 | 111110 | 1001010 |
Color Harmonies of #E695C4
Complementary color
Monochromatic Colors of #E695C4
Black with #E695C4
Text Example
Text Example
White with #E695C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695C4; }
p { color: rgb(230,149,196); }
H1.HeaderClassName
{
color: #E695C4;
}
.AnyTagClassName
{
color: #E695C4;
}
</style>
background-color css
<style>
a { background-color: #E695C4; }
a { background-color: rgb(230,149,196); }
div.DivClassName
{
background-color: #E695C4;
}
.BgClassName
{
background-color: #E695C4;
}
</style>
border-color css
<style>
span { border-color: #E695C4; }
span { border-color: rgb(230,149,196); }
td.TdClassName
{
border-color: #E695C4;
}
.TagClassName
{
border-color: #E695C4;
}
</style>