#E776AE

Color #E776AE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E776AE

Tints of Persian Pink #E776AE

Color information

#E776AE (or 0xE776AE) is unknown color: approx Persian Pink. HEX triplet: E7, 76 and AE. RGB value is (231,118,174). Sum of RGB (Red+Green+Blue) = 231+118+174=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E776AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776AE is #188951. Grayscale: #9E9E9E. Windows color (decimal): -1608018 or 11433703. OLE color: 11433703.

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

Color convert

RGB231118174-
CMYK00.490.250.09
HSL330.27º70.19%68.43%-
HSV(B)330.27º48.92%90.59%-
XYZ47.073343.93-
YUV158.17136.94179.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=44.17%
G=22.56%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111817400.490.250.09330.2770.1968.43
HexE776AE03119914a4644
Octal3471662560613111512106104
Binary11100111111011010101110011000111001100110100101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776AE; }

 p { color: rgb(231,118,174); }

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

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

 a { background-color: rgb(231,118,174); }

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

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

 span { border-color: rgb(231,118,174); }

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