#E76EB6

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

Shades of Persian Pink #E76EB6

Tints of Persian Pink #E76EB6

Color information

#E76EB6 (or 0xE76EB6) is unknown color: approx Persian Pink. HEX triplet: E7, 6E and B6. RGB value is (231,110,182). Sum of RGB (Red+Green+Blue) = 231+110+182=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EB6 is #189149. Grayscale: #9A9A9A. Windows color (decimal): -1610058 or 11955943. OLE color: 11955943.

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

Color convert

RGB231110182-
CMYK00.520.210.09
HSL324.3º71.6%66.86%-
HSV(B)324.3º52.38%90.59%-
XYZ46.9731.5247.86-
YUV154.39143.59182.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 110 (43.36% from 255) = 21.03%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=44.17%
G=21.03%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111018200.520.210.09324.371.666.86
HexE76EB60341591444843
Octal3471562660642511504110103
Binary11100111110111010110110011010010101100110100010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EB6; }

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

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

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

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

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

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

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

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