#E54BA9

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

Shades of Brilliant Rose #E54BA9

Tints of Brilliant Rose #E54BA9

Color information

#E54BA9 (or 0xE54BA9) is unknown color: approx Brilliant Rose. HEX triplet: E5, 4B and A9. RGB value is (229,75,169). Sum of RGB (Red+Green+Blue) = 229+75+169=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54BA9 is #1AB456. Grayscale: #838383. Windows color (decimal): -1750103 or 11095013. OLE color: 11095013.

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

Color convert

RGB22975169-
CMYK00.670.260.10
HSL323.38º74.76%59.61%-
HSV(B)323.38º67.25%89.8%-
XYZ41.9924.5540.06-
YUV131.76149.02197.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.41%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=48.41%
G=15.86%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297516900.670.260.10323.3874.7659.61
HexE54BA90431AA1434b3c
Octal3451132510103321250311374
Binary11100101100101110101001010000111101010101010000111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54BA9; }

 p { color: rgb(229,75,169); }

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

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

 a { background-color: rgb(229,75,169); }

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

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

 span { border-color: rgb(229,75,169); }

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