#E777B6

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

Shades of Persian Pink #E777B6

Tints of Persian Pink #E777B6

Color information

#E777B6 (or 0xE777B6) is unknown color: approx Persian Pink. HEX triplet: E7, 77 and B6. RGB value is (231,119,182). Sum of RGB (Red+Green+Blue) = 231+119+182=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E777B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777B6 is #188849. Grayscale: #9F9F9F. Windows color (decimal): -1607754 or 11958247. OLE color: 11958247.

HSL color Cylindrical-coordinate representation of color #E777B6: hue angle of 326.25º 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 #E777B6 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB231119182-
CMYK00.480.210.09
HSL326.25º70%68.63%-
HSV(B)326.25º48.48%90.59%-
XYZ4833.5648.2-
YUV159.67140.61178.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=43.42%
G=22.37%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111918200.480.210.09326.257068.63
HexE777B60301591464645
Octal3471672660602511506106105
Binary11100111111011110110110011000010101100110100011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E777B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E777B6; }

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

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

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

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

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

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

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

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