#E77196

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

Shades of Pale Violet Red #E77196

Tints of Pale Violet Red #E77196

Color information

#E77196 (or 0xE77196) is unknown color: approx Pale Violet Red. HEX triplet: E7, 71 and 96. RGB value is (231,113,150). Sum of RGB (Red+Green+Blue) = 231+113+150=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E77196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77196 is #188E69. Grayscale: #989898. Windows color (decimal): -1609322 or 9859559. OLE color: 9859559.

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

Color convert

RGB231113150-
CMYK00.510.350.09
HSL341.19º71.08%67.45%-
HSV(B)341.19º51.08%90.59%-
XYZ44.373132.5-
YUV152.5126.59183.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.76%
GREEN value IS 113 (44.53% from 255) = 22.87%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=46.76%
G=22.87%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111315000.510.350.09341.1971.0867.45
HexE771960332391554743
Octal3471612260634311525107103
Binary111001111110001100101100110011100011100110101010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77196; }

 p { color: rgb(231,113,150); }

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

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

 a { background-color: rgb(231,113,150); }

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

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

 span { border-color: rgb(231,113,150); }

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