#e549a6

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

Shades of Brilliant Rose #E549A6

Tints of Brilliant Rose #E549A6

Color information

#E549A6 (or 0xE549A6) is unknown color: approx Brilliant Rose. HEX triplet: E5, 49 and A6. RGB value is (229,73,166). Sum of RGB (Red+Green+Blue) = 229+73+166=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E549A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549A6 is #1AB659. Grayscale: #828282. Windows color (decimal): -1750618 or 10897893. OLE color: 10897893.

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

Color convert

RGB22973166-
CMYK00.680.280.10
HSL324.23º75%59.22%-
HSV(B)324.23º68.12%89.8%-
XYZ41.5824.1838.55-
YUV130.25148.18198.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.93%
GREEN value IS 73 (28.91% from 255) = 15.60%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=48.93%
G=15.60%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297316600.680.280.10324.237559.22
HexE549A60441CA1444b3b
Octal3451112460104341250411373
Binary11100101100100110100110010001001110010101010001001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e549a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e549a6; }

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

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

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

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

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

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

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

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