#E77DBD

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

Shades of Persian Pink #E77DBD

Tints of Persian Pink #E77DBD

Color information

#E77DBD (or 0xE77DBD) is unknown color: approx Persian Pink. HEX triplet: E7, 7D and BD. RGB value is (231,125,189). Sum of RGB (Red+Green+Blue) = 231+125+189=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DBD is #188242. Grayscale: #A3A3A3. Windows color (decimal): -1606211 or 12418535. OLE color: 12418535.

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

Color convert

RGB231125189-
CMYK00.460.180.09
HSL323.77º68.83%69.8%-
HSV(B)323.77º45.89%90.59%-
XYZ49.4735.3352.36-
YUV163.99142.12175.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=42.39%
G=22.94%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112518900.460.180.09323.7768.8369.8
HexE77DBD02E1291444546
Octal3471752750562211504105106
Binary11100111111110110111101010111010010100110100010010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DBD; }

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

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

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

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

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

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

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

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