#E775B6

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

Shades of Persian Pink #E775B6

Tints of Persian Pink #E775B6

Color information

#E775B6 (or 0xE775B6) is unknown color: approx Persian Pink. HEX triplet: E7, 75 and B6. RGB value is (231,117,182). Sum of RGB (Red+Green+Blue) = 231+117+182=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E775B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775B6 is #188A49. Grayscale: #9E9E9E. Windows color (decimal): -1608266 or 11957735. OLE color: 11957735.

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

Color convert

RGB231117182-
CMYK00.490.210.09
HSL325.79º70.37%68.24%-
HSV(B)325.79º49.35%90.59%-
XYZ47.7633.0948.13-
YUV158.5141.27179.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=43.58%
G=22.08%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111718200.490.210.09325.7970.3768.24
HexE775B60311591464644
Octal3471652660612511506106104
Binary11100111111010110110110011000110101100110100011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775B6; }

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

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

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

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

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

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

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

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