#E76EBB

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

Shades of Persian Pink #E76EBB

Tints of Persian Pink #E76EBB

Color information

#E76EBB (or 0xE76EBB) is unknown color: approx Persian Pink. HEX triplet: E7, 6E and BB. RGB value is (231,110,187). Sum of RGB (Red+Green+Blue) = 231+110+187=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EBB is #189144. Grayscale: #9A9A9A. Windows color (decimal): -1610053 or 12283623. OLE color: 12283623.

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

Color convert

RGB231110187-
CMYK00.520.190.09
HSL321.82º71.6%66.86%-
HSV(B)321.82º52.38%90.59%-
XYZ47.531.7350.63-
YUV154.96146.09182.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 110 (43.36% from 255) = 20.83%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=43.75%
G=20.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111018700.520.190.09321.8271.666.86
HexE76EBB0341391424843
Octal3471562730642311502110103
Binary11100111110111010111011011010010011100110100001010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EBB; }

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

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

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

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

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

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

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

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