#e549ae

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

Shades of Brilliant Rose #E549AE

Tints of Brilliant Rose #E549AE

Color information

#E549AE (or 0xE549AE) is unknown color: approx Brilliant Rose. HEX triplet: E5, 49 and AE. RGB value is (229,73,174). Sum of RGB (Red+Green+Blue) = 229+73+174=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E549AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E549AE is #1AB651. Grayscale: #828282. Windows color (decimal): -1750610 or 11422181. OLE color: 11422181.

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

Color convert

RGB22973174-
CMYK00.680.240.10
HSL321.15º75%59.22%-
HSV(B)321.15º68.12%89.8%-
XYZ42.3424.4842.54-
YUV131.16152.18197.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.11%
GREEN value IS 73 (28.91% from 255) = 15.34%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=48.11%
G=15.34%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297317400.680.240.10321.157559.22
HexE549AE04418A1414b3b
Octal3451112560104301250111373
Binary11100101100100110101110010001001100010101010000011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e549ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e549ae; }

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

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

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

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

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

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

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

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