#E195BD

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

Shades of Shocking #E195BD

Tints of Shocking #E195BD

Color information

#E195BD (or 0xE195BD) is unknown color: approx Shocking. HEX triplet: E1, 95 and BD. RGB value is (225,149,189). Sum of RGB (Red+Green+Blue) = 225+149+189=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E195BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195BD is #1E6A42. Grayscale: #B0B0B0. Windows color (decimal): -1993283 or 12424673. OLE color: 12424673.

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

Color convert

RGB225149189-
CMYK00.340.160.12
HSL328.42º55.88%73.33%-
HSV(B)328.42º33.78%88.24%-
XYZ50.9841.1853.4-
YUV176.28135.18162.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=39.96%
G=26.47%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514918900.340.160.12328.4255.8873.33
HexE195BD02210C1483849
Octal341225275042201451070111
Binary11100001100101011011110101000101000011001010010001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E195BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E195BD; }

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

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

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

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

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

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

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

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