#E995B5

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

Shades of Shocking #E995B5

Tints of Shocking #E995B5

Color information

#E995B5 (or 0xE995B5) is unknown color: approx Shocking. HEX triplet: E9, 95 and B5. RGB value is (233,149,181). Sum of RGB (Red+Green+Blue) = 233+149+181=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E995B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995B5 is #166A4A. Grayscale: #B1B1B1. Windows color (decimal): -1469003 or 11900393. OLE color: 11900393.

HSL color Cylindrical-coordinate representation of color #E995B5: hue angle of 337.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E995B5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB233149181-
CMYK00.360.220.09
HSL337.14º65.62%74.9%-
HSV(B)337.14º36.05%91.37%-
XYZ52.6942.1549.08-
YUV177.76129.83167.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=41.39%
G=26.47%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314918100.360.220.09337.1465.6274.9
HexE995B5024169151424b
Octal3512252650442611521102113
Binary111010011001010110110101010010010110100110101000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E995B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E995B5; }

 p { color: rgb(233,149,181); }

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

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

 a { background-color: rgb(233,149,181); }

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

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

 span { border-color: rgb(233,149,181); }

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