#EA73AE

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

Shades of Persian Pink #EA73AE

Tints of Persian Pink #EA73AE

Color information

#EA73AE (or 0xEA73AE) is unknown color: approx Persian Pink. HEX triplet: EA, 73 and AE. RGB value is (234,115,174). Sum of RGB (Red+Green+Blue) = 234+115+174=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA73AE is #158C51. Grayscale: #9D9D9D. Windows color (decimal): -1412178 or 11432938. OLE color: 11432938.

HSL color Cylindrical-coordinate representation of color #EA73AE: hue angle of 330.25º 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 #EA73AE is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234115174-
CMYK00.510.260.08
HSL330.25º73.91%68.43%-
HSV(B)330.25º50.85%91.76%-
XYZ47.732.8143.86-
YUV157.31137.42182.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=44.74%
G=21.99%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411517400.510.260.08330.2573.9168.43
HexEA73AE0331A814a4a44
Octal3521632560633210512112104
Binary11101010111001110101110011001111010100010100101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA73AE; }

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

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

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

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

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

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

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

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