#E455AA

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

Shades of Brilliant Rose #E455AA

Tints of Brilliant Rose #E455AA

Color information

#E455AA (or 0xE455AA) is unknown color: approx Brilliant Rose. HEX triplet: E4, 55 and AA. RGB value is (228,85,170). Sum of RGB (Red+Green+Blue) = 228+85+170=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E455AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455AA is #1BAA55. Grayscale: #898989. Windows color (decimal): -1813078 or 11163108. OLE color: 11163108.

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

Color convert

RGB22885170-
CMYK00.630.250.11
HSL324.34º72.59%61.37%-
HSV(B)324.34º62.72%89.41%-
XYZ42.525.8940.79-
YUV137.45146.38192.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.20%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=47.20%
G=17.60%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288517000.630.250.11324.3472.5961.37
HexE455AA03F19B144493d
Octal344125252077311350411175
Binary1110010010101011010101001111111100110111010001001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E455AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E455AA; }

 p { color: rgb(228,85,170); }

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

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

 a { background-color: rgb(228,85,170); }

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

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

 span { border-color: rgb(228,85,170); }

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