#E397BD

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

Shades of Shocking #E397BD

Tints of Shocking #E397BD

Color information

#E397BD (or 0xE397BD) is unknown color: approx Shocking. HEX triplet: E3, 97 and BD. RGB value is (227,151,189). Sum of RGB (Red+Green+Blue) = 227+151+189=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E397BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E397BD is #1C6842. Grayscale: #B1B1B1. Windows color (decimal): -1861699 or 12425187. OLE color: 12425187.

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

Color convert

RGB227151189-
CMYK00.330.170.11
HSL330º57.58%74.12%-
HSV(B)330º33.48%89.02%-
XYZ51.9342.1453.54-
YUV178.06134.18162.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=40.04%
G=26.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715118900.330.170.1133057.5874.12
HexE397BD02111B14a3a4a
Octal343227275041211351272112
Binary11100011100101111011110101000011000110111010010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E397BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E397BD; }

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

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

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

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

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

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

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

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