#E775B4

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

Shades of Persian Pink #E775B4

Tints of Persian Pink #E775B4

Color information

#E775B4 (or 0xE775B4) is unknown color: approx Persian Pink. HEX triplet: E7, 75 and B4. RGB value is (231,117,180). Sum of RGB (Red+Green+Blue) = 231+117+180=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E775B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775B4 is #188A4B. Grayscale: #9E9E9E. Windows color (decimal): -1608268 or 11826663. OLE color: 11826663.

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

Color convert

RGB231117180-
CMYK00.490.220.09
HSL326.84º70.37%68.24%-
HSV(B)326.84º49.35%90.59%-
XYZ47.5533.0147.04-
YUV158.27140.27179.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 117 (46.09% from 255) = 22.16%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=43.75%
G=22.16%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111718000.490.220.09326.8470.3768.24
HexE775B40311691474644
Octal3471652640612611507106104
Binary11100111111010110110100011000110110100110100011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775B4; }

 p { color: rgb(231,117,180); }

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

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

 a { background-color: rgb(231,117,180); }

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

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

 span { border-color: rgb(231,117,180); }

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