#E549A9

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

Shades of Brilliant Rose #E549A9

Tints of Brilliant Rose #E549A9

Color information

#E549A9 (or 0xE549A9) is unknown color: approx Brilliant Rose. HEX triplet: E5, 49 and A9. RGB value is (229,73,169). Sum of RGB (Red+Green+Blue) = 229+73+169=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E549A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549A9 is #1AB656. Grayscale: #828282. Windows color (decimal): -1750615 or 11094501. OLE color: 11094501.

HSL color Cylindrical-coordinate representation of color #E549A9: hue angle of 323.08º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E549A9 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB22973169-
CMYK00.680.260.10
HSL323.08º75%59.22%-
HSV(B)323.08º68.12%89.8%-
XYZ41.8624.2940.02-
YUV130.59149.68198.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.62%
GREEN value IS 73 (28.91% from 255) = 15.50%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=48.62%
G=15.50%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297316900.680.260.10323.087559.22
HexE549A90441AA1434b3b
Octal3451112510104321250311373
Binary11100101100100110101001010001001101010101010000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E549A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E549A9; }

 p { color: rgb(229,73,169); }

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

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

 a { background-color: rgb(229,73,169); }

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

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

 span { border-color: rgb(229,73,169); }

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