#E395BA

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

Shades of Shocking #E395BA

Tints of Shocking #E395BA

Color information

#E395BA (or 0xE395BA) is unknown color: approx Shocking. HEX triplet: E3, 95 and BA. RGB value is (227,149,186). Sum of RGB (Red+Green+Blue) = 227+149+186=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E395BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395BA is #1C6A45. Grayscale: #B0B0B0. Windows color (decimal): -1862214 or 12228067. OLE color: 12228067.

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

Color convert

RGB227149186-
CMYK00.340.180.11
HSL331.54º58.21%73.73%-
HSV(B)331.54º34.36%89.02%-
XYZ51.2941.3751.74-
YUV176.54133.34163.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=40.39%
G=26.51%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714918600.340.180.11331.5458.2173.73
HexE395BA02212B14c3a4a
Octal343225272042221351472112
Binary11100011100101011011101001000101001010111010011001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395BA; }

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

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

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

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

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

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

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

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