#EA31A0

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

Shades of Persian Rose #EA31A0

Tints of Persian Rose #EA31A0

Color information

#EA31A0 (or 0xEA31A0) is unknown color: approx Persian Rose. HEX triplet: EA, 31 and A0. RGB value is (234,49,160). Sum of RGB (Red+Green+Blue) = 234+49+160=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA31A0 is #15CE5F. Grayscale: #747474. Windows color (decimal): -1429088 or 10498538. OLE color: 10498538.

HSL color Cylindrical-coordinate representation of color #EA31A0: hue angle of 324º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA31A0 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB23449160-
CMYK00.790.320.08
HSL324º81.5%55.49%-
HSV(B)324º79.06%91.76%-
XYZ41.3822.2335.37-
YUV116.97152.29211.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 49 (19.53% from 255) = 11.06%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=52.82%
G=11.06%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344916000.790.320.0832481.555.49
HexEA31A004F2081445137
Octal352612400117401050412167
Binary11101010110001101000000100111110000010001010001001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31A0; }

 p { color: rgb(234,49,160); }

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

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

 a { background-color: rgb(234,49,160); }

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

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

 span { border-color: rgb(234,49,160); }

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