#E05AAA

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

Shades of Brilliant Rose #E05AAA

Tints of Brilliant Rose #E05AAA

Color information

#E05AAA (or 0xE05AAA) is unknown color: approx Brilliant Rose. HEX triplet: E0, 5A and AA. RGB value is (224,90,170). Sum of RGB (Red+Green+Blue) = 224+90+170=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AAA is #1FA555. Grayscale: #8B8B8B. Windows color (decimal): -2073942 or 11164384. OLE color: 11164384.

HSL color Cylindrical-coordinate representation of color #E05AAA: hue angle of 324.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05AAA is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB22490170-
CMYK00.600.240.12
HSL324.18º68.37%61.57%-
HSV(B)324.18º59.82%87.84%-
XYZ41.6526.0640.87-
YUV139.19145.39188.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=46.28%
G=18.60%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249017000.600.240.12324.1868.3761.57
HexE05AAA03C18C144443e
Octal340132252074301450410476
Binary1110000010110101010101001111001100011001010001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05AAA; }

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

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

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

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

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

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

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

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