#E96D9B

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

Shades of Pale Violet Red #E96D9B

Tints of Pale Violet Red #E96D9B

Color information

#E96D9B (or 0xE96D9B) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6D and 9B. RGB value is (233,109,155). Sum of RGB (Red+Green+Blue) = 233+109+155=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96D9B is #169264. Grayscale: #979797. Windows color (decimal): -1479269 or 10186217. OLE color: 10186217.

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

Color convert

RGB233109155-
CMYK00.530.330.09
HSL337.74º73.81%67.06%-
HSV(B)337.74º53.22%91.37%-
XYZ44.9930.6334.55-
YUV151.32130.08186.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.88%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=46.88%
G=21.93%
B=31.19%

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
Decimal23310915500.530.330.09337.7473.8167.06
HexE96D9B0352191524a43
Octal3511552330654111522112103
Binary111010011101101100110110110101100001100110101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D9B; }

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

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

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

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

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

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

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

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