#E77DB9

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

Shades of Persian Pink #E77DB9

Tints of Persian Pink #E77DB9

Color information

#E77DB9 (or 0xE77DB9) is unknown color: approx Persian Pink. HEX triplet: E7, 7D and B9. RGB value is (231,125,185). Sum of RGB (Red+Green+Blue) = 231+125+185=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DB9 is #188246. Grayscale: #A3A3A3. Windows color (decimal): -1606215 or 12156391. OLE color: 12156391.

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

Color convert

RGB231125185-
CMYK00.460.200.09
HSL326.04º68.83%69.8%-
HSV(B)326.04º45.89%90.59%-
XYZ49.0535.1650.1-
YUV163.53140.12176.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.70%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=42.70%
G=23.11%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112518500.460.200.09326.0468.8369.8
HexE77DB902E1491464546
Octal3471752710562411506105106
Binary11100111111110110111001010111010100100110100011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DB9; }

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

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

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

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

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

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

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

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