#E772A1

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

Shades of Pale Violet Red #E772A1

Tints of Pale Violet Red #E772A1

Color information

#E772A1 (or 0xE772A1) is unknown color: approx Pale Violet Red. HEX triplet: E7, 72 and A1. RGB value is (231,114,161). Sum of RGB (Red+Green+Blue) = 231+114+161=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E772A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E772A1 is #188D5E. Grayscale: #9A9A9A. Windows color (decimal): -1609055 or 10580711. OLE color: 10580711.

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

Color convert

RGB231114161-
CMYK00.510.300.09
HSL335.9º70.91%67.65%-
HSV(B)335.9º50.65%90.59%-
XYZ45.4131.637.42-
YUV154.34131.76182.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 161 (63.28% from 255) = 31.82%
R=45.65%
G=22.53%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111416100.510.300.09335.970.9167.65
HexE772A10331E91504744
Octal3471622410633611520107104
Binary11100111111001010100001011001111110100110101000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772A1; }

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

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

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

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

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

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

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

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