#E395BD

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

Shades of Shocking #E395BD

Tints of Shocking #E395BD

Color information

#E395BD (or 0xE395BD) is unknown color: approx Shocking. HEX triplet: E3, 95 and BD. RGB value is (227,149,189). Sum of RGB (Red+Green+Blue) = 227+149+189=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E395BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395BD is #1C6A42. Grayscale: #B0B0B0. Windows color (decimal): -1862211 or 12424675. OLE color: 12424675.

HSL color Cylindrical-coordinate representation of color #E395BD: hue angle of 329.23º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395BD is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227149189-
CMYK00.340.170.11
HSL329.23º58.21%73.73%-
HSV(B)329.23º34.36%89.02%-
XYZ51.6141.553.43-
YUV176.88134.84163.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.18%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=40.18%
G=26.37%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714918900.340.170.11329.2358.2173.73
HexE395BD02211B1493a4a
Octal343225275042211351172112
Binary11100011100101011011110101000101000110111010010011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395BD; }

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

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

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

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

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

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

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

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