#E96CA2

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

Shades of Pale Violet Red #E96CA2

Tints of Pale Violet Red #E96CA2

Color information

#E96CA2 (or 0xE96CA2) is unknown color: approx Pale Violet Red. HEX triplet: E9, 6C and A2. RGB value is (233,108,162). Sum of RGB (Red+Green+Blue) = 233+108+162=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CA2 is #16935D. Grayscale: #979797. Windows color (decimal): -1479518 or 10644713. OLE color: 10644713.

HSL color Cylindrical-coordinate representation of color #E96CA2: hue angle of 334.08º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96CA2 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233108162-
CMYK00.540.300.09
HSL334.08º73.96%66.86%-
HSV(B)334.08º53.65%91.37%-
XYZ45.4930.6637.7-
YUV151.53133.91186.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 108 (42.58% from 255) = 21.47%
BLUE value IS 162 (63.67% from 255) = 32.21%
R=46.32%
G=21.47%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310816200.540.300.09334.0873.9666.86
HexE96CA20361E914e4a43
Octal3511542420663611516112103
Binary11101001110110010100010011011011110100110100111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CA2; }

 p { color: rgb(233,108,162); }

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

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

 a { background-color: rgb(233,108,162); }

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

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

 span { border-color: rgb(233,108,162); }

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