#E395CC

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

Shades of Shocking #E395CC

Tints of Shocking #E395CC

Color information

#E395CC (or 0xE395CC) is unknown color: approx Shocking. HEX triplet: E3, 95 and CC. RGB value is (227,149,204). Sum of RGB (Red+Green+Blue) = 227+149+204=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E395CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E395CC is #1C6A33. Grayscale: #B2B2B2. Windows color (decimal): -1862196 or 13407715. OLE color: 13407715.

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

Color convert

RGB227149204-
CMYK00.340.100.11
HSL317.69º58.21%73.73%-
HSV(B)317.69º34.36%89.02%-
XYZ53.3342.1962.46-
YUV178.59142.34162.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.14%
GREEN value IS 149 (58.59% from 255) = 25.69%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=39.14%
G=25.69%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714920400.340.100.11317.6958.2173.73
HexE395CC022AB13e3a4a
Octal343225314042121347672112
Binary1110001110010101110011000100010101010111001111101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E395CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E395CC; }

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

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

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

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

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

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

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

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