#E771A8

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

Shades of Pale Violet Red #E771A8

Tints of Pale Violet Red #E771A8

Color information

#E771A8 (or 0xE771A8) is unknown color: approx Pale Violet Red. HEX triplet: E7, 71 and A8. RGB value is (231,113,168). Sum of RGB (Red+Green+Blue) = 231+113+168=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E771A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E771A8 is #188E57. Grayscale: #9A9A9A. Windows color (decimal): -1609304 or 11039207. OLE color: 11039207.

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

Color convert

RGB231113168-
CMYK00.510.270.09
HSL332.03º71.08%67.45%-
HSV(B)332.03º51.08%90.59%-
XYZ45.9331.6340.73-
YUV154.55135.59182.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.12%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=45.12%
G=22.07%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111316800.510.270.09332.0371.0867.45
HexE771A80331B914c4743
Octal3471612500633311514107103
Binary11100111111000110101000011001111011100110100110010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771A8; }

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

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

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

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

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

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

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

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