#EA31A3

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

Shades of Persian Rose #EA31A3

Tints of Persian Rose #EA31A3

Color information

#EA31A3 (or 0xEA31A3) is unknown color: approx Persian Rose. HEX triplet: EA, 31 and A3. RGB value is (234,49,163). Sum of RGB (Red+Green+Blue) = 234+49+163=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA31A3 is #15CE5C. Grayscale: #757575. Windows color (decimal): -1429085 or 10695146. OLE color: 10695146.

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

Color convert

RGB23449163-
CMYK00.790.300.08
HSL323.03º81.5%55.49%-
HSV(B)323.03º79.06%91.76%-
XYZ41.6422.3336.77-
YUV117.31153.79211.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 49 (19.53% from 255) = 10.99%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=52.47%
G=10.99%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344916300.790.300.08323.0381.555.49
HexEA31A304F1E81435137
Octal352612430117361050312167
Binary1110101011000110100011010011111111010001010000111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31A3; }

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

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

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

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

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

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

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

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