#e549a1

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

Shades of Brilliant Rose #E549A1

Tints of Brilliant Rose #E549A1

Color information

#E549A1 (or 0xE549A1) is unknown color: approx Brilliant Rose. HEX triplet: E5, 49 and A1. RGB value is (229,73,161). Sum of RGB (Red+Green+Blue) = 229+73+161=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E549A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549A1 is #1AB65E. Grayscale: #818181. Windows color (decimal): -1750623 or 10570213. OLE color: 10570213.

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

Color convert

RGB22973161-
CMYK00.680.300.10
HSL326.15º75%59.22%-
HSV(B)326.15º68.12%89.8%-
XYZ41.132436.18-
YUV129.68145.68198.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 73 (28.91% from 255) = 15.77%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=49.46%
G=15.77%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297316100.680.300.10326.157559.22
HexE549A10441EA1464b3b
Octal3451112410104361250611373
Binary11100101100100110100001010001001111010101010001101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e549a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e549a1; }

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

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

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

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

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

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

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

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