#E195CB

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

Shades of Shocking #E195CB

Tints of Shocking #E195CB

Color information

#E195CB (or 0xE195CB) is unknown color: approx Shocking. HEX triplet: E1, 95 and CB. RGB value is (225,149,203). Sum of RGB (Red+Green+Blue) = 225+149+203=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E195CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195CB is #1E6A34. Grayscale: #B1B1B1. Windows color (decimal): -1993269 or 13342177. OLE color: 13342177.

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

Color convert

RGB225149203-
CMYK00.340.100.12
HSL317.37º55.88%73.33%-
HSV(B)317.37º33.78%88.24%-
XYZ52.5841.8161.8-
YUV177.88142.18161.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 149 (58.59% from 255) = 25.82%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=38.99%
G=25.82%
B=35.18%

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
Decimal22514920300.340.100.12317.3755.8873.33
HexE195CB022AC13d3849
Octal341225313042121447570111
Binary1110000110010101110010110100010101011001001111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195CB; }

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

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

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

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

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

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

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

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