#E96DA6

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

Shades of Pale Violet Red #E96DA6

Tints of Pale Violet Red #E96DA6

Color information

#E96DA6 (or 0xE96DA6) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6D and A6. RGB value is (233,109,166). Sum of RGB (Red+Green+Blue) = 233+109+166=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DA6 is #169259. Grayscale: #989898. Windows color (decimal): -1479258 or 10907113. OLE color: 10907113.

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

Color convert

RGB233109166-
CMYK00.530.290.09
HSL332.42º73.81%67.06%-
HSV(B)332.42º53.22%91.37%-
XYZ45.9631.0139.64-
YUV152.57135.58185.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 166 (65.23% from 255) = 32.68%
R=45.87%
G=21.46%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310916600.530.290.09332.4273.8167.06
HexE96DA60351D914c4a43
Octal3511552460653511514112103
Binary11101001110110110100110011010111101100110100110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DA6; }

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

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

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

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

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

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

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

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