#E774B6

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

Shades of Persian Pink #E774B6

Tints of Persian Pink #E774B6

Color information

#E774B6 (or 0xE774B6) is unknown color: approx Persian Pink. HEX triplet: E7, 74 and B6. RGB value is (231,116,182). Sum of RGB (Red+Green+Blue) = 231+116+182=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E774B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774B6 is #188B49. Grayscale: #9D9D9D. Windows color (decimal): -1608522 or 11957479. OLE color: 11957479.

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

Color convert

RGB231116182-
CMYK00.500.210.09
HSL325.57º70.55%68.04%-
HSV(B)325.57º49.78%90.59%-
XYZ47.6432.8648.09-
YUV157.91141.6180.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.67%
GREEN value IS 116 (45.70% from 255) = 21.93%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=43.67%
G=21.93%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111618200.500.210.09325.5770.5568.04
HexE774B60321591464744
Octal3471642660622511506107104
Binary11100111111010010110110011001010101100110100011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774B6; }

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

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

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

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

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

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

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

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