#E395BC

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

Shades of Shocking #E395BC

Tints of Shocking #E395BC

Color information

#E395BC (or 0xE395BC) is unknown color: approx Shocking. HEX triplet: E3, 95 and BC. RGB value is (227,149,188). Sum of RGB (Red+Green+Blue) = 227+149+188=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E395BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395BC is #1C6A43. Grayscale: #B0B0B0. Windows color (decimal): -1862212 or 12359139. OLE color: 12359139.

HSL color Cylindrical-coordinate representation of color #E395BC: 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.34%. Process color model (Four color, CMYK) of #E395BC is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227149188-
CMYK00.340.170.11
HSL330º58.21%73.73%-
HSV(B)330º34.36%89.02%-
XYZ51.541.4652.86-
YUV176.77134.34163.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.25%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=40.25%
G=26.42%
B=33.33%

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
Decimal22714918800.340.170.1133058.2173.73
HexE395BC02211B14a3a4a
Octal343225274042211351272112
Binary11100011100101011011110001000101000110111010010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395BC; }

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

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

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

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

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

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

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

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