#E550AA

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

Shades of Brilliant Rose #E550AA

Tints of Brilliant Rose #E550AA

Color information

#E550AA (or 0xE550AA) is unknown color: approx Brilliant Rose. HEX triplet: E5, 50 and AA. RGB value is (229,80,170). Sum of RGB (Red+Green+Blue) = 229+80+170=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E550AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E550AA is #1AAF55. Grayscale: #868686. Windows color (decimal): -1748822 or 11161829. OLE color: 11161829.

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

Color convert

RGB22980170-
CMYK00.650.260.10
HSL323.76º74.13%60.59%-
HSV(B)323.76º65.07%89.8%-
XYZ42.4425.340.68-
YUV134.81147.86195.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.81%
GREEN value IS 80 (31.64% from 255) = 16.70%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=47.81%
G=16.70%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298017000.650.260.10323.7674.1360.59
HexE550AA0411AA1444a3d
Octal3451202520101321250411275
Binary11100101101000010101010010000011101010101010001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E550AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E550AA; }

 p { color: rgb(229,80,170); }

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

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

 a { background-color: rgb(229,80,170); }

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

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

 span { border-color: rgb(229,80,170); }

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