#E76FA5

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

Shades of Pale Violet Red #E76FA5

Tints of Pale Violet Red #E76FA5

Color information

#E76FA5 (or 0xE76FA5) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6F and A5. RGB value is (231,111,165). Sum of RGB (Red+Green+Blue) = 231+111+165=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FA5 is #18905A. Grayscale: #989898. Windows color (decimal): -1609819 or 10842087. OLE color: 10842087.

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

Color convert

RGB231111165-
CMYK00.520.290.09
HSL333º71.43%67.06%-
HSV(B)333º51.95%90.59%-
XYZ45.4331.0739.2-
YUV153.04134.76183.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=45.56%
G=21.89%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111116500.520.290.0933371.4367.06
HexE76FA50341D914d4743
Octal3471572450643511515107103
Binary11100111110111110100101011010011101100110100110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76FA5; }

 p { color: rgb(231,111,165); }

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

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

 a { background-color: rgb(231,111,165); }

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

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

 span { border-color: rgb(231,111,165); }

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