Shades of Shocking #E695CC
Tints of Shocking #E695CC
RGB
CMYK
RGB Variations
Color information
#E695CC (or 0xE695CC) is known color: Shocking. HEX triplet: E6, 95 and CC. RGB value is (230,149,204). Sum of RGB (Red+Green+Blue) = 230+149+204=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E695CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695CC is #196A33. Grayscale: #B3B3B3. Windows color (decimal): -1665588 or 13407718. OLE color: 13407718.
HSL color Cylindrical-coordinate representation of color #E695CC: hue angle of 319.26º 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 #E695CC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 204 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.10 |
| HSL | 319.26º | 0.62% | 0.74% | - |
| HSV(B) | 319.26º | 0.35% | 0.9% | - |
| XYZ | 54.28 | 42.68 | 62.5 | - |
| YUV | 179.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 204 | 0 | 0.35 | 0.11 | 0.10 | 319.26 | 0.62 | 0.74 |
| Hex | E6 | 95 | CC | 0 | 23 | B | A | 13F | 3E | 4A |
| Octal | 346 | 225 | 314 | 0 | 43 | 13 | 12 | 477 | 76 | 112 |
| Binary | 11100110 | 10010101 | 11001100 | 0 | 100011 | 1011 | 1010 | 100111111 | 111110 | 1001010 |
Color Harmonies of #E695CC
Complementary color
Monochromatic Colors of #E695CC
Black with #E695CC
Text Example
Text Example
White with #E695CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695CC; }
p { color: rgb(230,149,204); }
H1.HeaderClassName
{
color: #E695CC;
}
.AnyTagClassName
{
color: #E695CC;
}
</style>
background-color css
<style>
a { background-color: #E695CC; }
a { background-color: rgb(230,149,204); }
div.DivClassName
{
background-color: #E695CC;
}
.BgClassName
{
background-color: #E695CC;
}
</style>
border-color css
<style>
span { border-color: #E695CC; }
span { border-color: rgb(230,149,204); }
td.TdClassName
{
border-color: #E695CC;
}
.TagClassName
{
border-color: #E695CC;
}
</style>