#E45AA5

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

Shades of Brilliant Rose #E45AA5

Tints of Brilliant Rose #E45AA5

Color information

#E45AA5 (or 0xE45AA5) is unknown color: approx Brilliant Rose. HEX triplet: E4, 5A and A5. RGB value is (228,90,165). Sum of RGB (Red+Green+Blue) = 228+90+165=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E45AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45AA5 is #1BA55A. Grayscale: #8B8B8B. Windows color (decimal): -1811803 or 10836708. OLE color: 10836708.

HSL color Cylindrical-coordinate representation of color #E45AA5: hue angle of 327.39º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45AA5 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB22890165-
CMYK00.610.280.11
HSL327.39º71.88%62.35%-
HSV(B)327.39º60.53%89.41%-
XYZ42.4426.5238.48-
YUV139.81142.22190.9-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 90 (35.55% from 255) = 18.63%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=47.20%
G=18.63%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289016500.610.280.11327.3971.8862.35
HexE45AA503D1CB147483e
Octal344132245075341350711076
Binary1110010010110101010010101111011110010111010001111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45AA5; }

 p { color: rgb(228,90,165); }

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

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

 a { background-color: rgb(228,90,165); }

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

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

 span { border-color: rgb(228,90,165); }

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