#EA73AF

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

Shades of Persian Pink #EA73AF

Tints of Persian Pink #EA73AF

Color information

#EA73AF (or 0xEA73AF) is unknown color: approx Persian Pink. HEX triplet: EA, 73 and AF. RGB value is (234,115,175). Sum of RGB (Red+Green+Blue) = 234+115+175=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA73AF is #158C50. Grayscale: #9D9D9D. Windows color (decimal): -1412177 or 11498474. OLE color: 11498474.

HSL color Cylindrical-coordinate representation of color #EA73AF: hue angle of 329.75º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA73AF is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234115175-
CMYK00.510.250.08
HSL329.75º73.91%68.43%-
HSV(B)329.75º50.85%91.76%-
XYZ47.832.8544.38-
YUV157.42137.92182.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=44.66%
G=21.95%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411517500.510.250.08329.7573.9168.43
HexEA73AF03319814a4a44
Octal3521632570633110512112104
Binary11101010111001110101111011001111001100010100101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA73AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA73AF; }

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

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

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

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

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

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

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

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