#E775BA

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

Shades of Persian Pink #E775BA

Tints of Persian Pink #E775BA

Color information

#E775BA (or 0xE775BA) is unknown color: approx Persian Pink. HEX triplet: E7, 75 and BA. RGB value is (231,117,186). Sum of RGB (Red+Green+Blue) = 231+117+186=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E775BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775BA is #188A45. Grayscale: #9E9E9E. Windows color (decimal): -1608262 or 12219879. OLE color: 12219879.

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

Color convert

RGB231117186-
CMYK00.490.190.09
HSL323.68º70.37%68.24%-
HSV(B)323.68º49.35%90.59%-
XYZ48.1833.2650.33-
YUV158.95143.27179.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 117 (46.09% from 255) = 21.91%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=43.26%
G=21.91%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111718600.490.190.09323.6870.3768.24
HexE775BA0311391444644
Octal3471652720612311504106104
Binary11100111111010110111010011000110011100110100010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775BA; }

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

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

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

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

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

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

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

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