#E774B4

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

Shades of Persian Pink #E774B4

Tints of Persian Pink #E774B4

Color information

#E774B4 (or 0xE774B4) is unknown color: approx Persian Pink. HEX triplet: E7, 74 and B4. RGB value is (231,116,180). Sum of RGB (Red+Green+Blue) = 231+116+180=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E774B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774B4 is #188B4B. Grayscale: #9D9D9D. Windows color (decimal): -1608524 or 11826407. OLE color: 11826407.

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

Color convert

RGB231116180-
CMYK00.500.220.09
HSL326.61º70.55%68.04%-
HSV(B)326.61º49.78%90.59%-
XYZ47.4432.7747.01-
YUV157.68140.6180.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.83%
GREEN value IS 116 (45.70% from 255) = 22.01%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=43.83%
G=22.01%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111618000.500.220.09326.6170.5568.04
HexE774B40321691474744
Octal3471642640622611507107104
Binary11100111111010010110100011001010110100110100011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774B4; }

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

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

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

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

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

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

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

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