#E544A6

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

Shades of Brilliant Rose #E544A6

Tints of Brilliant Rose #E544A6

Color information

#E544A6 (or 0xE544A6) is unknown color: approx Brilliant Rose. HEX triplet: E5, 44 and A6. RGB value is (229,68,166). Sum of RGB (Red+Green+Blue) = 229+68+166=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E544A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E544A6 is #1ABB59. Grayscale: #7F7F7F. Windows color (decimal): -1751898 or 10896613. OLE color: 10896613.

HSL color Cylindrical-coordinate representation of color #E544A6: hue angle of 323.48º 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 #E544A6 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB22968166-
CMYK00.700.280.10
HSL323.48º75.59%58.24%-
HSV(B)323.48º70.31%89.8%-
XYZ41.2623.5538.45-
YUV127.31149.84200.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=49.46%
G=14.69%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296816600.700.280.10323.4875.5958.24
HexE544A60461CA1434c3a
Octal3451042460106341250311472
Binary11100101100010010100110010001101110010101010000111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E544A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E544A6; }

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

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

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

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

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

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

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

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