#E54EA2

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

Shades of Brilliant Rose #E54EA2

Tints of Brilliant Rose #E54EA2

Color information

#E54EA2 (or 0xE54EA2) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4E and A2. RGB value is (229,78,162). Sum of RGB (Red+Green+Blue) = 229+78+162=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EA2 is #1AB15D. Grayscale: #848484. Windows color (decimal): -1749342 or 10637029. OLE color: 10637029.

HSL color Cylindrical-coordinate representation of color #E54EA2: hue angle of 326.62º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54EA2 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB22978162-
CMYK00.660.290.10
HSL326.62º74.38%60.2%-
HSV(B)326.62º65.94%89.8%-
XYZ41.5624.7236.76-
YUV132.72144.53196.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.83%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=48.83%
G=16.63%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297816200.660.290.10326.6274.3860.2
HexE54EA20421DA1474a3c
Octal3451162420102351250711274
Binary11100101100111010100010010000101110110101010001111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54EA2; }

 p { color: rgb(229,78,162); }

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

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

 a { background-color: rgb(229,78,162); }

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

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

 span { border-color: rgb(229,78,162); }

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