#E84AA0

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

Shades of Brilliant Rose #E84AA0

Tints of Brilliant Rose #E84AA0

Color information

#E84AA0 (or 0xE84AA0) is unknown color: approx Brilliant Rose. HEX triplet: E8, 4A and A0. RGB value is (232,74,160). Sum of RGB (Red+Green+Blue) = 232+74+160=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E84AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84AA0 is #17B55F. Grayscale: #828282. Windows color (decimal): -1553760 or 10504936. OLE color: 10504936.

HSL color Cylindrical-coordinate representation of color #E84AA0: hue angle of 327.34º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84AA0 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23274160-
CMYK00.680.310.09
HSL327.34º77.45%60%-
HSV(B)327.34º68.1%90.98%-
XYZ42.0724.5935.79-
YUV131.05144.35200.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.79%
GREEN value IS 74 (29.30% from 255) = 15.88%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=49.79%
G=15.88%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327416000.680.310.09327.3477.4560
HexE84AA00441F91474d3c
Octal3501122400104371150711574
Binary11101000100101010100000010001001111110011010001111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84AA0; }

 p { color: rgb(232,74,160); }

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

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

 a { background-color: rgb(232,74,160); }

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

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

 span { border-color: rgb(232,74,160); }

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