#E773BE

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

Shades of Persian Pink #E773BE

Tints of Persian Pink #E773BE

Color information

#E773BE (or 0xE773BE) is unknown color: approx Persian Pink. HEX triplet: E7, 73 and BE. RGB value is (231,115,190). Sum of RGB (Red+Green+Blue) = 231+115+190=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E773BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773BE is #188C41. Grayscale: #9E9E9E. Windows color (decimal): -1608770 or 12481511. OLE color: 12481511.

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

Color convert

RGB231115190-
CMYK00.500.180.09
HSL321.21º70.73%67.84%-
HSV(B)321.21º50.22%90.59%-
XYZ48.3832.9752.53-
YUV158.23145.93179.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.10%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=43.10%
G=21.46%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111519000.500.180.09321.2170.7367.84
HexE773BE0321291414744
Octal3471632760622211501107104
Binary11100111111001110111110011001010010100110100000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E773BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E773BE; }

 p { color: rgb(231,115,190); }

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

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

 a { background-color: rgb(231,115,190); }

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

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

 span { border-color: rgb(231,115,190); }

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