#E76EA0

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

Shades of Pale Violet Red #E76EA0

Tints of Pale Violet Red #E76EA0

Color information

#E76EA0 (or 0xE76EA0) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6E and A0. RGB value is (231,110,160). Sum of RGB (Red+Green+Blue) = 231+110+160=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76EA0 is #18915F. Grayscale: #979797. Windows color (decimal): -1610080 or 10514151. OLE color: 10514151.

HSL color Cylindrical-coordinate representation of color #E76EA0: hue angle of 335.21º degrees, saturation: 0.72, 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 #E76EA0 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231110160-
CMYK00.520.310.09
HSL335.21º71.6%66.86%-
HSV(B)335.21º52.38%90.59%-
XYZ44.8830.6836.81-
YUV151.88132.59184.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=46.11%
G=21.96%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111016000.520.310.09335.2171.666.86
HexE76EA00341F914f4843
Octal3471562400643711517110103
Binary11100111110111010100000011010011111100110100111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EA0; }

 p { color: rgb(231,110,160); }

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

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

 a { background-color: rgb(231,110,160); }

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

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

 span { border-color: rgb(231,110,160); }

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