#e96e9f

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

Shades of Pale Violet Red #E96E9F

Tints of Pale Violet Red #E96E9F

Color information

#E96E9F (or 0xE96E9F) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6E and 9F. RGB value is (233,110,159). Sum of RGB (Red+Green+Blue) = 233+110+159=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E9F is #169160. Grayscale: #989898. Windows color (decimal): -1479009 or 10448617. OLE color: 10448617.

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

Color convert

RGB233110159-
CMYK00.530.320.09
HSL336.1º73.65%67.25%-
HSV(B)336.1º52.79%91.37%-
XYZ45.4430.9836.39-
YUV152.36131.75185.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=46.41%
G=21.91%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311015900.530.320.09336.173.6567.25
HexE96E9F0352091504a43
Octal3511562370654011520112103
Binary111010011101110100111110110101100000100110101000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96e9f; }

 p { color: rgb(233,110,159); }

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

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

 a { background-color: rgb(233,110,159); }

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

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

 span { border-color: rgb(233,110,159); }

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