#E773AF

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

Shades of Persian Pink #E773AF

Tints of Persian Pink #E773AF

Color information

#E773AF (or 0xE773AF) is unknown color: approx Persian Pink. HEX triplet: E7, 73 and AF. RGB value is (231,115,175). Sum of RGB (Red+Green+Blue) = 231+115+175=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E773AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E773AF is #188C50. Grayscale: #9C9C9C. Windows color (decimal): -1608785 or 11498471. OLE color: 11498471.

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

Color convert

RGB231115175-
CMYK00.500.240.09
HSL328.97º70.73%67.84%-
HSV(B)328.97º50.22%90.59%-
XYZ46.8232.3544.33-
YUV156.52138.43181.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 115 (45.31% from 255) = 22.07%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=44.34%
G=22.07%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111517500.500.240.09328.9770.7367.84
HexE773AF0321891494744
Octal3471632570623011511107104
Binary11100111111001110101111011001011000100110100100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E773AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E773AF; }

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

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

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

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

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

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

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

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