#E774B5

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

Shades of Persian Pink #E774B5

Tints of Persian Pink #E774B5

Color information

#E774B5 (or 0xE774B5) is unknown color: approx Persian Pink. HEX triplet: E7, 74 and B5. RGB value is (231,116,181). Sum of RGB (Red+Green+Blue) = 231+116+181=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E774B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774B5 is #188B4A. Grayscale: #9D9D9D. Windows color (decimal): -1608523 or 11891943. OLE color: 11891943.

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

Color convert

RGB231116181-
CMYK00.500.220.09
HSL326.09º70.55%68.04%-
HSV(B)326.09º49.78%90.59%-
XYZ47.5432.8247.54-
YUV157.8141.1180.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.75%
GREEN value IS 116 (45.70% from 255) = 21.97%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=43.75%
G=21.97%
B=34.28%

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
Decimal23111618100.500.220.09326.0970.5568.04
HexE774B50321691464744
Octal3471642650622611506107104
Binary11100111111010010110101011001010110100110100011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774B5; }

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

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

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

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

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

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

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

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