Shades of Shocking #E695CA
Tints of Shocking #E695CA
RGB
CMYK
RGB Variations
Color information
#E695CA (or 0xE695CA) is known color: Shocking. HEX triplet: E6, 95 and CA. RGB value is (230,149,202). Sum of RGB (Red+Green+Blue) = 230+149+202=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E695CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695CA is #196A35. Grayscale: #B3B3B3. Windows color (decimal): -1665590 or 13276646. OLE color: 13276646.
HSL color Cylindrical-coordinate representation of color #E695CA: hue angle of 320.74º 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 #E695CA is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 202 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.10 |
| HSL | 320.74º | 0.62% | 0.74% | - |
| HSV(B) | 320.74º | 0.35% | 0.9% | - |
| XYZ | 54.04 | 42.58 | 61.25 | - |
| YUV | 179.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 202 | 0 | 0.35 | 0.12 | 0.10 | 320.74 | 0.62 | 0.74 |
| Hex | E6 | 95 | CA | 0 | 23 | C | A | 141 | 3E | 4A |
| Octal | 346 | 225 | 312 | 0 | 43 | 14 | 12 | 501 | 76 | 112 |
| Binary | 11100110 | 10010101 | 11001010 | 0 | 100011 | 1100 | 1010 | 101000001 | 111110 | 1001010 |
Color Harmonies of #E695CA
Complementary color
Monochromatic Colors of #E695CA
Black with #E695CA
Text Example
Text Example
White with #E695CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695CA; }
p { color: rgb(230,149,202); }
H1.HeaderClassName
{
color: #E695CA;
}
.AnyTagClassName
{
color: #E695CA;
}
</style>
background-color css
<style>
a { background-color: #E695CA; }
a { background-color: rgb(230,149,202); }
div.DivClassName
{
background-color: #E695CA;
}
.BgClassName
{
background-color: #E695CA;
}
</style>
border-color css
<style>
span { border-color: #E695CA; }
span { border-color: rgb(230,149,202); }
td.TdClassName
{
border-color: #E695CA;
}
.TagClassName
{
border-color: #E695CA;
}
</style>