#E77DB6

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

Shades of Persian Pink #E77DB6

Tints of Persian Pink #E77DB6

Color information

#E77DB6 (or 0xE77DB6) is unknown color: approx Persian Pink. HEX triplet: E7, 7D and B6. RGB value is (231,125,182). Sum of RGB (Red+Green+Blue) = 231+125+182=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DB6 is #188249. Grayscale: #A3A3A3. Windows color (decimal): -1606218 or 11959783. OLE color: 11959783.

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

Color convert

RGB231125182-
CMYK00.460.210.09
HSL327.74º68.83%69.8%-
HSV(B)327.74º45.89%90.59%-
XYZ48.7335.0348.45-
YUV163.19138.62176.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.94%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=42.94%
G=23.23%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112518200.460.210.09327.7468.8369.8
HexE77DB602E1591484546
Octal3471752660562511510105106
Binary11100111111110110110110010111010101100110100100010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DB6; }

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

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

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

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

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

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

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

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