#EA31A1

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

Shades of Persian Rose #EA31A1

Tints of Persian Rose #EA31A1

Color information

#EA31A1 (or 0xEA31A1) is unknown color: approx Persian Rose. HEX triplet: EA, 31 and A1. RGB value is (234,49,161). Sum of RGB (Red+Green+Blue) = 234+49+161=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA31A1 is #15CE5E. Grayscale: #747474. Windows color (decimal): -1429087 or 10564074. OLE color: 10564074.

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

Color convert

RGB23449161-
CMYK00.790.310.08
HSL323.68º81.5%55.49%-
HSV(B)323.68º79.06%91.76%-
XYZ41.4622.2635.83-
YUV117.08152.79211.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 49 (19.53% from 255) = 11.04%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=52.70%
G=11.04%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344916100.790.310.08323.6881.555.49
HexEA31A104F1F81445137
Octal352612410117371050412167
Binary1110101011000110100001010011111111110001010001001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31A1; }

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

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

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

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

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

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

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

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