#E77DB3

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

Shades of Persian Pink #E77DB3

Tints of Persian Pink #E77DB3

Color information

#E77DB3 (or 0xE77DB3) is unknown color: approx Persian Pink. HEX triplet: E7, 7D and B3. RGB value is (231,125,179). Sum of RGB (Red+Green+Blue) = 231+125+179=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DB3 is #18824C. Grayscale: #A2A2A2. Windows color (decimal): -1606221 or 11763175. OLE color: 11763175.

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

Color convert

RGB231125179-
CMYK00.460.230.09
HSL329.43º68.83%69.8%-
HSV(B)329.43º45.89%90.59%-
XYZ48.4334.9146.83-
YUV162.85137.12176.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=43.18%
G=23.36%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112517900.460.230.09329.4368.8369.8
HexE77DB302E1791494546
Octal3471752630562711511105106
Binary11100111111110110110011010111010111100110100100110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DB3; }

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

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

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

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

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

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

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

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