#E76C9C

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

Shades of Pale Violet Red #E76C9C

Tints of Pale Violet Red #E76C9C

Color information

#E76C9C (or 0xE76C9C) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and 9C. RGB value is (231,108,156). Sum of RGB (Red+Green+Blue) = 231+108+156=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C9C is #189363. Grayscale: #969696. Windows color (decimal): -1610596 or 10251495. OLE color: 10251495.

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

Color convert

RGB231108156-
CMYK00.530.320.09
HSL336.59º71.93%66.47%-
HSV(B)336.59º53.25%90.59%-
XYZ44.3230.1134.93-
YUV150.25131.25185.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=46.67%
G=21.82%
B=31.52%

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
Decimal23110815600.530.320.09336.5971.9366.47
HexE76C9C0352091514842
Octal3471542340654011521110102
Binary111001111101100100111000110101100000100110101000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76C9C; }

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

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

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

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

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

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

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

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