#E85AAA

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

Shades of Brilliant Rose #E85AAA

Tints of Brilliant Rose #E85AAA

Color information

#E85AAA (or 0xE85AAA) is unknown color: approx Brilliant Rose. HEX triplet: E8, 5A and AA. RGB value is (232,90,170). Sum of RGB (Red+Green+Blue) = 232+90+170=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E85AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85AAA is #17A555. Grayscale: #8D8D8D. Windows color (decimal): -1549654 or 11164392. OLE color: 11164392.

HSL color Cylindrical-coordinate representation of color #E85AAA: hue angle of 326.2º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85AAA is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB23290170-
CMYK00.610.270.09
HSL326.2º75.53%63.14%-
HSV(B)326.2º61.21%90.98%-
XYZ44.1927.3740.98-
YUV141.58144.04192.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=47.15%
G=18.29%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329017000.610.270.09326.275.5363.14
HexE85AAA03D1B91464c3f
Octal350132252075331150611477
Binary1110100010110101010101001111011101110011010001101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85AAA; }

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

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

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

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

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

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

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

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