#E195CC

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

Shades of Shocking #E195CC

Tints of Shocking #E195CC

Color information

#E195CC (or 0xE195CC) is unknown color: approx Shocking. HEX triplet: E1, 95 and CC. RGB value is (225,149,204). Sum of RGB (Red+Green+Blue) = 225+149+204=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E195CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195CC is #1E6A33. Grayscale: #B1B1B1. Windows color (decimal): -1993268 or 13407713. OLE color: 13407713.

HSL color Cylindrical-coordinate representation of color #E195CC: hue angle of 316.58º 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 #E195CC is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225149204-
CMYK00.340.090.12
HSL316.58º55.88%73.33%-
HSV(B)316.58º33.78%88.24%-
XYZ52.741.8662.43-
YUV177.99142.68161.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=38.93%
G=25.78%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514920400.340.090.12316.5855.8873.33
HexE195CC0229C13d3849
Octal341225314042111447570111
Binary1110000110010101110011000100010100111001001111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195CC; }

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

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

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

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

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

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

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

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