#E772A0

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

Shades of Pale Violet Red #E772A0

Tints of Pale Violet Red #E772A0

Color information

#E772A0 (or 0xE772A0) is unknown color: approx Pale Violet Red. HEX triplet: E7, 72 and A0. RGB value is (231,114,160). Sum of RGB (Red+Green+Blue) = 231+114+160=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E772A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E772A0 is #188D5F. Grayscale: #9A9A9A. Windows color (decimal): -1609056 or 10515175. OLE color: 10515175.

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

Color convert

RGB231114160-
CMYK00.510.310.09
HSL336.41º70.91%67.65%-
HSV(B)336.41º50.65%90.59%-
XYZ45.3231.5636.96-
YUV154.23131.26182.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=45.74%
G=22.57%
B=31.68%

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
Decimal23111416000.510.310.09336.4170.9167.65
HexE772A00331F91504744
Octal3471622400633711520107104
Binary11100111111001010100000011001111111100110101000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772A0; }

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

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

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

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

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

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

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

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