#e96c99

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

Shades of Pale Violet Red #E96C99

Tints of Pale Violet Red #E96C99

Color information

#E96C99 (or 0xE96C99) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6C and 99. RGB value is (233,108,153). Sum of RGB (Red+Green+Blue) = 233+108+153=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C99 is #169366. Grayscale: #969696. Windows color (decimal): -1479527 or 10054889. OLE color: 10054889.

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

Color convert

RGB233108153-
CMYK00.540.340.09
HSL338.4º73.96%66.86%-
HSV(B)338.4º53.65%91.37%-
XYZ44.7230.3533.64-
YUV150.5129.41186.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.17%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 153 (60.16% from 255) = 30.97%
R=47.17%
G=21.86%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310815300.540.340.09338.473.9666.86
HexE96C990362291524a43
Octal3511542310664211522112103
Binary111010011101100100110010110110100010100110101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96c99; }

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

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

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

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

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

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

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

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