#E35AA5

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

Shades of Brilliant Rose #E35AA5

Tints of Brilliant Rose #E35AA5

Color information

#E35AA5 (or 0xE35AA5) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5A and A5. RGB value is (227,90,165). Sum of RGB (Red+Green+Blue) = 227+90+165=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35AA5 is #1CA55A. Grayscale: #8B8B8B. Windows color (decimal): -1877339 or 10836707. OLE color: 10836707.

HSL color Cylindrical-coordinate representation of color #E35AA5: hue angle of 327.15º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35AA5 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB22790165-
CMYK00.600.270.11
HSL327.15º70.98%62.16%-
HSV(B)327.15º60.35%89.02%-
XYZ42.1326.3638.46-
YUV139.51142.39190.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.10%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=47.10%
G=18.67%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279016500.600.270.11327.1570.9862.16
HexE35AA503C1BB147473e
Octal343132245074331350710776
Binary1110001110110101010010101111001101110111010001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35AA5; }

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

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

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

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

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

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

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

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