#E77CAE

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

Shades of Persian Pink #E77CAE

Tints of Persian Pink #E77CAE

Color information

#E77CAE (or 0xE77CAE) is unknown color: approx Persian Pink. HEX triplet: E7, 7C and AE. RGB value is (231,124,174). Sum of RGB (Red+Green+Blue) = 231+124+174=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77CAE is #188351. Grayscale: #A1A1A1. Windows color (decimal): -1606482 or 11435239. OLE color: 11435239.

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

Color convert

RGB231124174-
CMYK00.460.250.09
HSL331.96º69.03%69.61%-
HSV(B)331.96º46.32%90.59%-
XYZ47.834.4644.18-
YUV161.69134.95177.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 124 (48.83% from 255) = 23.44%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=43.67%
G=23.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112417400.460.250.09331.9669.0369.61
HexE77CAE02E19914c4546
Octal3471742560563111514105106
Binary11100111111110010101110010111011001100110100110010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CAE; }

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

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

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

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

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

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

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

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