#EA35A9

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

Shades of Persian Rose #EA35A9

Tints of Persian Rose #EA35A9

Color information

#EA35A9 (or 0xEA35A9) is unknown color: approx Persian Rose. HEX triplet: EA, 35 and A9. RGB value is (234,53,169). Sum of RGB (Red+Green+Blue) = 234+53+169=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA35A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA35A9 is #15CA56. Grayscale: #787878. Windows color (decimal): -1428055 or 11089386. OLE color: 11089386.

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

Color convert

RGB23453169-
CMYK00.770.280.08
HSL321.55º81.17%56.27%-
HSV(B)321.55º77.35%91.76%-
XYZ42.3722.939.72-
YUV120.34155.47209.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 53 (21.09% from 255) = 11.62%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=51.32%
G=11.62%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345316900.770.280.08321.5581.1756.27
HexEA35A904D1C81425138
Octal352652510115341050212170
Binary1110101011010110101001010011011110010001010000101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA35A9; }

 p { color: rgb(234,53,169); }

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

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

 a { background-color: rgb(234,53,169); }

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

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

 span { border-color: rgb(234,53,169); }

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