#E76EB5

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

Shades of Persian Pink #E76EB5

Tints of Persian Pink #E76EB5

Color information

#E76EB5 (or 0xE76EB5) is unknown color: approx Persian Pink. HEX triplet: E7, 6E and B5. RGB value is (231,110,181). Sum of RGB (Red+Green+Blue) = 231+110+181=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EB5 is #18914A. Grayscale: #9A9A9A. Windows color (decimal): -1610059 or 11890407. OLE color: 11890407.

HSL color Cylindrical-coordinate representation of color #E76EB5: hue angle of 324.79º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76EB5 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231110181-
CMYK00.520.220.09
HSL324.79º71.6%66.86%-
HSV(B)324.79º52.38%90.59%-
XYZ46.8731.4847.32-
YUV154.27143.09182.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 110 (43.36% from 255) = 21.07%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=44.25%
G=21.07%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111018100.520.220.09324.7971.666.86
HexE76EB50341691454843
Octal3471562650642611505110103
Binary11100111110111010110101011010010110100110100010110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EB5; }

 p { color: rgb(231,110,181); }

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

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

 a { background-color: rgb(231,110,181); }

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

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

 span { border-color: rgb(231,110,181); }

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