#E777B5

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

Shades of Persian Pink #E777B5

Tints of Persian Pink #E777B5

Color information

#E777B5 (or 0xE777B5) is unknown color: approx Persian Pink. HEX triplet: E7, 77 and B5. RGB value is (231,119,181). Sum of RGB (Red+Green+Blue) = 231+119+181=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E777B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777B5 is #18884A. Grayscale: #9F9F9F. Windows color (decimal): -1607755 or 11892711. OLE color: 11892711.

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

Color convert

RGB231119181-
CMYK00.480.220.09
HSL326.79º70%68.63%-
HSV(B)326.79º48.48%90.59%-
XYZ47.8933.5247.66-
YUV159.56140.11178.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=43.50%
G=22.41%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111918100.480.220.09326.797068.63
HexE777B50301691474645
Octal3471672650602611507106105
Binary11100111111011110110101011000010110100110100011110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E777B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E777B5; }

 p { color: rgb(231,119,181); }

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

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

 a { background-color: rgb(231,119,181); }

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

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

 span { border-color: rgb(231,119,181); }

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