#E77DBB

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

Shades of Persian Pink #E77DBB

Tints of Persian Pink #E77DBB

Color information

#E77DBB (or 0xE77DBB) is unknown color: approx Persian Pink. HEX triplet: E7, 7D and BB. RGB value is (231,125,187). Sum of RGB (Red+Green+Blue) = 231+125+187=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DBB is #188244. Grayscale: #A3A3A3. Windows color (decimal): -1606213 or 12287463. OLE color: 12287463.

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

Color convert

RGB231125187-
CMYK00.460.190.09
HSL324.91º68.83%69.8%-
HSV(B)324.91º45.89%90.59%-
XYZ49.2635.2451.22-
YUV163.76141.12175.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=42.54%
G=23.02%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112518700.460.190.09324.9168.8369.8
HexE77DBB02E1391454546
Octal3471752730562311505105106
Binary11100111111110110111011010111010011100110100010110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DBB; }

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

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

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

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

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

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

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

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