#E76C9D

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

Shades of Pale Violet Red #E76C9D

Tints of Pale Violet Red #E76C9D

Color information

#E76C9D (or 0xE76C9D) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and 9D. RGB value is (231,108,157). Sum of RGB (Red+Green+Blue) = 231+108+157=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C9D is #189362. Grayscale: #969696. Windows color (decimal): -1610595 or 10317031. OLE color: 10317031.

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

Color convert

RGB231108157-
CMYK00.530.320.09
HSL336.1º71.93%66.47%-
HSV(B)336.1º53.25%90.59%-
XYZ44.430.1535.38-
YUV150.36131.75185.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.57%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=46.57%
G=21.77%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110815700.530.320.09336.171.9366.47
HexE76C9D0352091504842
Octal3471542350654011520110102
Binary111001111101100100111010110101100000100110101000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C9D; }

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

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

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

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

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

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

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

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