#E195B5

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

Shades of Shocking #E195B5

Tints of Shocking #E195B5

Color information

#E195B5 (or 0xE195B5) is unknown color: approx Shocking. HEX triplet: E1, 95 and B5. RGB value is (225,149,181). Sum of RGB (Red+Green+Blue) = 225+149+181=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E195B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195B5 is #1E6A4A. Grayscale: #AFAFAF. Windows color (decimal): -1993291 or 11900385. OLE color: 11900385.

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

Color convert

RGB225149181-
CMYK00.340.200.12
HSL334.74º55.88%73.33%-
HSV(B)334.74º33.78%88.24%-
XYZ50.1440.8448.96-
YUV175.37131.18163.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=40.54%
G=26.85%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514918100.340.200.12334.7455.8873.33
HexE195B502214C14f3849
Octal341225265042241451770111
Binary11100001100101011011010101000101010011001010011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195B5; }

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

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

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

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

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

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

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

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