#E77EBE

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

Shades of Persian Pink #E77EBE

Tints of Persian Pink #E77EBE

Color information

#E77EBE (or 0xE77EBE) is unknown color: approx Persian Pink. HEX triplet: E7, 7E and BE. RGB value is (231,126,190). Sum of RGB (Red+Green+Blue) = 231+126+190=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77EBE is #188141. Grayscale: #A4A4A4. Windows color (decimal): -1605954 or 12484327. OLE color: 12484327.

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

Color convert

RGB231126190-
CMYK00.450.180.09
HSL323.43º68.63%70%-
HSV(B)323.43º45.45%90.59%-
XYZ49.7135.6352.97-
YUV164.69142.29175.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=42.23%
G=23.03%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112619000.450.180.09323.4368.6370
HexE77EBE02D1291434546
Octal3471762760552211503105106
Binary11100111111111010111110010110110010100110100001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77EBE; }

 p { color: rgb(231,126,190); }

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

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

 a { background-color: rgb(231,126,190); }

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

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

 span { border-color: rgb(231,126,190); }

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