#E772B8

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

Shades of Persian Pink #E772B8

Tints of Persian Pink #E772B8

Color information

#E772B8 (or 0xE772B8) is unknown color: approx Persian Pink. HEX triplet: E7, 72 and B8. RGB value is (231,114,184). Sum of RGB (Red+Green+Blue) = 231+114+184=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E772B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772B8 is #188D47. Grayscale: #9C9C9C. Windows color (decimal): -1609032 or 12088039. OLE color: 12088039.

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

Color convert

RGB231114184-
CMYK00.510.200.09
HSL324.1º70.91%67.65%-
HSV(B)324.1º50.65%90.59%-
XYZ47.6232.4849.11-
YUV156.96143.26180.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=43.67%
G=21.55%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111418400.510.200.09324.170.9167.65
HexE772B80331491444744
Octal3471622700632411504107104
Binary11100111111001010111000011001110100100110100010010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772B8; }

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

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

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

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

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

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

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

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