#E771A0

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

Shades of Pale Violet Red #E771A0

Tints of Pale Violet Red #E771A0

Color information

#E771A0 (or 0xE771A0) is unknown color: approx Pale Violet Red. HEX triplet: E7, 71 and A0. RGB value is (231,113,160). Sum of RGB (Red+Green+Blue) = 231+113+160=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E771A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771A0 is #188E5F. Grayscale: #999999. Windows color (decimal): -1609312 or 10514919. OLE color: 10514919.

HSL color Cylindrical-coordinate representation of color #E771A0: hue angle of 336.1º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771A0 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231113160-
CMYK00.510.310.09
HSL336.1º71.08%67.45%-
HSV(B)336.1º51.08%90.59%-
XYZ45.2131.3436.92-
YUV153.64131.59183.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=45.83%
G=22.42%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111316000.510.310.09336.171.0867.45
HexE771A00331F91504743
Octal3471612400633711520107103
Binary11100111111000110100000011001111111100110101000010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771A0; }

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

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

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

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

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

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

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

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