#E77FBD

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

Shades of Persian Pink #E77FBD

Tints of Persian Pink #E77FBD

Color information

#E77FBD (or 0xE77FBD) is unknown color: approx Persian Pink. HEX triplet: E7, 7F and BD. RGB value is (231,127,189). Sum of RGB (Red+Green+Blue) = 231+127+189=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FBD is #188042. Grayscale: #A5A5A5. Windows color (decimal): -1605699 or 12419047. OLE color: 12419047.

HSL color Cylindrical-coordinate representation of color #E77FBD: hue angle of 324.23º degrees, saturation: 0.68, 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 #E77FBD is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231127189-
CMYK00.450.180.09
HSL324.23º68.42%70.2%-
HSV(B)324.23º45.02%90.59%-
XYZ49.7335.8452.44-
YUV165.16141.46174.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=42.23%
G=23.22%
B=34.55%

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
Decimal23112718900.450.180.09324.2368.4270.2
HexE77FBD02D1291444446
Octal3471772750552211504104106
Binary11100111111111110111101010110110010100110100010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FBD; }

 p { color: rgb(231,127,189); }

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

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

 a { background-color: rgb(231,127,189); }

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

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

 span { border-color: rgb(231,127,189); }

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