#E97097

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

Shades of Pale Violet Red #E97097

Tints of Pale Violet Red #E97097

Color information

#E97097 (or 0xE97097) is unknown color: approx Pale Violet Red. HEX triplet: E9, 70 and 97. RGB value is (233,112,151). Sum of RGB (Red+Green+Blue) = 233+112+151=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E97097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97097 is #168F68. Grayscale: #989898. Windows color (decimal): -1478505 or 9924841. OLE color: 9924841.

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

Color convert

RGB233112151-
CMYK00.520.350.09
HSL340.66º73.33%67.65%-
HSV(B)340.66º51.93%91.37%-
XYZ44.9831.1532.92-
YUV152.62127.09185.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.98%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=46.98%
G=22.58%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311215100.520.350.09340.6673.3367.65
HexE970970342391554944
Octal3511602270644311525111104
Binary111010011110000100101110110100100011100110101010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97097; }

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

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

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

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

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

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

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

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