#E96D9A

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

Shades of Pale Violet Red #E96D9A

Tints of Pale Violet Red #E96D9A

Color information

#E96D9A (or 0xE96D9A) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6D and 9A. RGB value is (233,109,154). Sum of RGB (Red+Green+Blue) = 233+109+154=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D9A is #169265. Grayscale: #979797. Windows color (decimal): -1479270 or 10120681. OLE color: 10120681.

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

Color convert

RGB233109154-
CMYK00.530.340.09
HSL338.23º73.81%67.06%-
HSV(B)338.23º53.22%91.37%-
XYZ44.9130.5934.11-
YUV151.21129.58186.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=46.98%
G=21.98%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310915400.530.340.09338.2373.8167.06
HexE96D9A0352291524a43
Octal3511552320654211522112103
Binary111010011101101100110100110101100010100110101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D9A; }

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

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

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

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

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

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

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

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