#E77095

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

Shades of Pale Violet Red #E77095

Tints of Pale Violet Red #E77095

Color information

#E77095 (or 0xE77095) is unknown color: approx Pale Violet Red. HEX triplet: E7, 70 and 95. RGB value is (231,112,149). Sum of RGB (Red+Green+Blue) = 231+112+149=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E77095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77095 is #188F6A. Grayscale: #979797. Windows color (decimal): -1609579 or 9793767. OLE color: 9793767.

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

Color convert

RGB231112149-
CMYK00.520.350.09
HSL341.34º71.26%67.25%-
HSV(B)341.34º51.52%90.59%-
XYZ44.1730.7532.04-
YUV151.8126.42184.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 112 (44.14% from 255) = 22.76%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=46.95%
G=22.76%
B=30.28%

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
Decimal23111214900.520.350.09341.3471.2667.25
HexE770950342391554743
Octal3471602250644311525107103
Binary111001111110000100101010110100100011100110101010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77095; }

 p { color: rgb(231,112,149); }

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

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

 a { background-color: rgb(231,112,149); }

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

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

 span { border-color: rgb(231,112,149); }

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