#E97096

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

Shades of Pale Violet Red #E97096

Tints of Pale Violet Red #E97096

Color information

#E97096 (or 0xE97096) is unknown color: approx Pale Violet Red. HEX triplet: E9, 70 and 96. RGB value is (233,112,150). Sum of RGB (Red+Green+Blue) = 233+112+150=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E97096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97096 is #168F69. Grayscale: #989898. Windows color (decimal): -1478506 or 9859305. OLE color: 9859305.

HSL color Cylindrical-coordinate representation of color #E97096: hue angle of 341.16º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97096 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233112150-
CMYK00.520.360.09
HSL341.16º73.33%67.65%-
HSV(B)341.16º51.93%91.37%-
XYZ44.931.1132.49-
YUV152.51126.59185.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.07%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=47.07%
G=22.63%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311215000.520.360.09341.1673.3367.65
HexE970960342491554944
Octal3511602260644411525111104
Binary111010011110000100101100110100100100100110101010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97096; }

 p { color: rgb(233,112,150); }

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

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

 a { background-color: rgb(233,112,150); }

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

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

 span { border-color: rgb(233,112,150); }

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