#e76c97

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

Shades of Pale Violet Red #E76C97

Tints of Pale Violet Red #E76C97

Color information

#E76C97 (or 0xE76C97) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and 97. RGB value is (231,108,151). Sum of RGB (Red+Green+Blue) = 231+108+151=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C97 is #189368. Grayscale: #959595. Windows color (decimal): -1610601 or 9923815. OLE color: 9923815.

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

Color convert

RGB231108151-
CMYK00.530.350.09
HSL339.02º71.93%66.47%-
HSV(B)339.02º53.25%90.59%-
XYZ43.929.9532.74-
YUV149.68128.75186-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 108 (42.58% from 255) = 22.04%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=47.14%
G=22.04%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110815100.530.350.09339.0271.9366.47
HexE76C970352391534842
Octal3471542270654311523110102
Binary111001111101100100101110110101100011100110101001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76c97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76c97; }

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

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

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

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

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

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

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

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