#E96C9D

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

Shades of Pale Violet Red #E96C9D

Tints of Pale Violet Red #E96C9D

Color information

#E96C9D (or 0xE96C9D) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6C and 9D. RGB value is (233,108,157). Sum of RGB (Red+Green+Blue) = 233+108+157=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96C9D is #169362. Grayscale: #969696. Windows color (decimal): -1479523 or 10317033. OLE color: 10317033.

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

Color convert

RGB233108157-
CMYK00.540.330.09
HSL336.48º73.96%66.86%-
HSV(B)336.48º53.65%91.37%-
XYZ45.0530.4835.41-
YUV150.96131.41186.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.79%
GREEN value IS 108 (42.58% from 255) = 21.69%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=46.79%
G=21.69%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310815700.540.330.09336.4873.9666.86
HexE96C9D0362191504a43
Octal3511542350664111520112103
Binary111010011101100100111010110110100001100110101000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C9D; }

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

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

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

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

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

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

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

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