#E96C95

Color #E96C95 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E96C95

Tints of Pale Violet Red #E96C95

Color information

#E96C95 (or 0xE96C95) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6C and 95. RGB value is (233,108,149). Sum of RGB (Red+Green+Blue) = 233+108+149=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C95 is #16936A. Grayscale: #969696. Windows color (decimal): -1479531 or 9792745. OLE color: 9792745.

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

Color convert

RGB233108149-
CMYK00.540.360.09
HSL340.32º73.96%66.86%-
HSV(B)340.32º53.65%91.37%-
XYZ44.3930.2231.93-
YUV150.05127.41187.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.55%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=47.55%
G=22.04%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310814900.540.360.09340.3273.9666.86
HexE96C950362491544a43
Octal3511542250664411524112103
Binary111010011101100100101010110110100100100110101010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C95; }

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

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

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

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

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

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

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

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