#E195CA

Color #E195CA Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E195CA

Tints of Shocking #E195CA

Color information

#E195CA (or 0xE195CA) is unknown color: approx Shocking. HEX triplet: E1, 95 and CA. RGB value is (225,149,202). Sum of RGB (Red+Green+Blue) = 225+149+202=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E195CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195CA is #1E6A35. Grayscale: #B1B1B1. Windows color (decimal): -1993270 or 13276641. OLE color: 13276641.

HSL color Cylindrical-coordinate representation of color #E195CA: hue angle of 318.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195CA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225149202-
CMYK00.340.100.12
HSL318.16º55.88%73.33%-
HSV(B)318.16º33.78%88.24%-
XYZ52.4641.7761.17-
YUV177.77141.68161.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=39.06%
G=25.87%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514920200.340.100.12318.1655.8873.33
HexE195CA022AC13e3849
Octal341225312042121447670111
Binary1110000110010101110010100100010101011001001111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195CA; }

 p { color: rgb(225,149,202); }

 H1.HeaderClassName
 {
   color: #E195CA;
 }
 .AnyTagClassName
 {
   color: #E195CA;
 }
</style>
background-color css

<style>
 a { background-color: #E195CA; }

 a { background-color: rgb(225,149,202); }

 div.DivClassName
 {
   background-color: #E195CA;
 }
 .BgClassName
 {
   background-color: #E195CA;
 }
</style>
border-color css

<style>
 span { border-color: #E195CA; }

 span { border-color: rgb(225,149,202); }

 td.TdClassName
 {
   border-color: #E195CA;
 }
 .TagClassName
 {
   border-color: #E195CA;
 }
</style>