#E77BAE

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

Shades of Persian Pink #E77BAE

Tints of Persian Pink #E77BAE

Color information

#E77BAE (or 0xE77BAE) is unknown color: approx Persian Pink. HEX triplet: E7, 7B and AE. RGB value is (231,123,174). Sum of RGB (Red+Green+Blue) = 231+123+174=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77BAE is #188451. Grayscale: #A1A1A1. Windows color (decimal): -1606738 or 11434983. OLE color: 11434983.

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

Color convert

RGB231123174-
CMYK00.470.250.09
HSL331.67º69.23%69.41%-
HSV(B)331.67º46.75%90.59%-
XYZ47.6834.2144.13-
YUV161.11135.28177.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 123 (48.44% from 255) = 23.30%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=43.75%
G=23.30%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112317400.470.250.09331.6769.2369.41
HexE77BAE02F19914c4545
Octal3471732560573111514105105
Binary11100111111101110101110010111111001100110100110010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77BAE; }

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

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

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

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

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

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

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

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