#E045AA

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

Shades of Brilliant Rose #E045AA

Tints of Brilliant Rose #E045AA

Color information

#E045AA (or 0xE045AA) is unknown color: approx Brilliant Rose. HEX triplet: E0, 45 and AA. RGB value is (224,69,170). Sum of RGB (Red+Green+Blue) = 224+69+170=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E045AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045AA is #1FBA55. Grayscale: #7E7E7E. Windows color (decimal): -2079318 or 11159008. OLE color: 11159008.

HSL color Cylindrical-coordinate representation of color #E045AA: hue angle of 320.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045AA is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22469170-
CMYK00.690.240.12
HSL320.9º71.43%57.45%-
HSV(B)320.9º69.2%87.84%-
XYZ40.1223.0140.36-
YUV126.86152.35197.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 69 (27.34% from 255) = 14.90%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=48.38%
G=14.90%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246917000.690.240.12320.971.4357.45
HexE045AA04518C1414739
Octal3401052520105301450110771
Binary11100000100010110101010010001011100011001010000011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E045AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E045AA; }

 p { color: rgb(224,69,170); }

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

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

 a { background-color: rgb(224,69,170); }

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

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

 span { border-color: rgb(224,69,170); }

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