#E544A9

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

Shades of Brilliant Rose #E544A9

Tints of Brilliant Rose #E544A9

Color information

#E544A9 (or 0xE544A9) is unknown color: approx Brilliant Rose. HEX triplet: E5, 44 and A9. RGB value is (229,68,169). Sum of RGB (Red+Green+Blue) = 229+68+169=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E544A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E544A9 is #1ABB56. Grayscale: #7F7F7F. Windows color (decimal): -1751895 or 11093221. OLE color: 11093221.

HSL color Cylindrical-coordinate representation of color #E544A9: hue angle of 322.36º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544A9 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB22968169-
CMYK00.700.260.10
HSL322.36º75.59%58.24%-
HSV(B)322.36º70.31%89.8%-
XYZ41.5423.6639.91-
YUV127.65151.34200.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 68 (26.95% from 255) = 14.59%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=49.14%
G=14.59%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296816900.700.260.10322.3675.5958.24
HexE544A90461AA1424c3a
Octal3451042510106321250211472
Binary11100101100010010101001010001101101010101010000101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E544A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E544A9; }

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

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

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

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

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

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

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

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