#E772B7

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

Shades of Persian Pink #E772B7

Tints of Persian Pink #E772B7

Color information

#E772B7 (or 0xE772B7) is unknown color: approx Persian Pink. HEX triplet: E7, 72 and B7. RGB value is (231,114,183). Sum of RGB (Red+Green+Blue) = 231+114+183=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E772B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772B7 is #188D48. Grayscale: #9C9C9C. Windows color (decimal): -1609033 or 12022503. OLE color: 12022503.

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

Color convert

RGB231114183-
CMYK00.510.210.09
HSL324.62º70.91%67.65%-
HSV(B)324.62º50.65%90.59%-
XYZ47.5232.4448.56-
YUV156.85142.76180.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 114 (44.92% from 255) = 21.59%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=43.75%
G=21.59%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111418300.510.210.09324.6270.9167.65
HexE772B70331591454744
Octal3471622670632511505107104
Binary11100111111001010110111011001110101100110100010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772B7; }

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

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

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

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

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

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

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

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