#E77195

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

Shades of Pale Violet Red #E77195

Tints of Pale Violet Red #E77195

Color information

#E77195 (or 0xE77195) is unknown color: approx Pale Violet Red. HEX triplet: E7, 71 and 95. RGB value is (231,113,149). Sum of RGB (Red+Green+Blue) = 231+113+149=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E77195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77195 is #188E6A. Grayscale: #989898. Windows color (decimal): -1609323 or 9794023. OLE color: 9794023.

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

Color convert

RGB231113149-
CMYK00.510.350.09
HSL341.69º71.08%67.45%-
HSV(B)341.69º51.08%90.59%-
XYZ44.2830.9732.08-
YUV152.39126.09184.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=46.86%
G=22.92%
B=30.22%

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
Decimal23111314900.510.350.09341.6971.0867.45
HexE771950332391564743
Octal3471612250634311526107103
Binary111001111110001100101010110011100011100110101011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77195; }

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

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

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

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

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

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

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

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