#E96E9C

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

Shades of Pale Violet Red #E96E9C

Tints of Pale Violet Red #E96E9C

Color information

#E96E9C (or 0xE96E9C) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6E and 9C. RGB value is (233,110,156). Sum of RGB (Red+Green+Blue) = 233+110+156=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96E9C is #169163. Grayscale: #979797. Windows color (decimal): -1479012 or 10252009. OLE color: 10252009.

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

Color convert

RGB233110156-
CMYK00.530.330.09
HSL337.56º73.65%67.25%-
HSV(B)337.56º52.79%91.37%-
XYZ45.1830.8835.03-
YUV152.02130.25185.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.69%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=46.69%
G=22.04%
B=31.26%

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
Decimal23311015600.530.330.09337.5673.6567.25
HexE96E9C0352191524a43
Octal3511562340654111522112103
Binary111010011101110100111000110101100001100110101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E9C; }

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

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

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

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

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

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

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

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