#E76997

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

Shades of Pale Violet Red #E76997

Tints of Pale Violet Red #E76997

Color information

#E76997 (or 0xE76997) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and 97. RGB value is (231,105,151). Sum of RGB (Red+Green+Blue) = 231+105+151=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E76997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76997 is #189668. Grayscale: #939393. Windows color (decimal): -1611369 or 9923047. OLE color: 9923047.

HSL color Cylindrical-coordinate representation of color #E76997: hue angle of 338.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76997 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231105151-
CMYK00.550.350.09
HSL338.1º72.41%65.88%-
HSV(B)338.1º54.55%90.59%-
XYZ43.5929.3332.64-
YUV147.92129.74187.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=47.43%
G=21.56%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110515100.550.350.09338.172.4165.88
HexE769970372391524842
Octal3471512270674311522110102
Binary111001111101001100101110110111100011100110101001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76997; }

 p { color: rgb(231,105,151); }

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

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

 a { background-color: rgb(231,105,151); }

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

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

 span { border-color: rgb(231,105,151); }

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