#E96D9D

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

Shades of Pale Violet Red #E96D9D

Tints of Pale Violet Red #E96D9D

Color information

#E96D9D (or 0xE96D9D) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6D and 9D. RGB value is (233,109,157). Sum of RGB (Red+Green+Blue) = 233+109+157=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D9D is #169262. Grayscale: #979797. Windows color (decimal): -1479267 or 10317289. OLE color: 10317289.

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

Color convert

RGB233109157-
CMYK00.530.330.09
HSL336.77º73.81%67.06%-
HSV(B)336.77º53.22%91.37%-
XYZ45.1630.735.44-
YUV151.55131.08186.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.69%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=46.69%
G=21.84%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310915700.530.330.09336.7773.8167.06
HexE96D9D0352191514a43
Octal3511552350654111521112103
Binary111010011101101100111010110101100001100110101000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D9D; }

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

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

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

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

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

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

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

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