#E772BA

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

Shades of Persian Pink #E772BA

Tints of Persian Pink #E772BA

Color information

#E772BA (or 0xE772BA) is unknown color: approx Persian Pink. HEX triplet: E7, 72 and BA. RGB value is (231,114,186). Sum of RGB (Red+Green+Blue) = 231+114+186=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E772BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772BA is #188D45. Grayscale: #9D9D9D. Windows color (decimal): -1609030 or 12219111. OLE color: 12219111.

HSL color Cylindrical-coordinate representation of color #E772BA: hue angle of 323.08º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E772BA is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231114186-
CMYK00.510.190.09
HSL323.08º70.91%67.65%-
HSV(B)323.08º50.65%90.59%-
XYZ47.8432.5750.22-
YUV157.19144.26180.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=43.50%
G=21.47%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111418600.510.190.09323.0870.9167.65
HexE772BA0331391434744
Octal3471622720632311503107104
Binary11100111111001010111010011001110011100110100001110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772BA; }

 p { color: rgb(231,114,186); }

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

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

 a { background-color: rgb(231,114,186); }

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

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

 span { border-color: rgb(231,114,186); }

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