#E548A3

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

Shades of Brilliant Rose #E548A3

Tints of Brilliant Rose #E548A3

Color information

#E548A3 (or 0xE548A3) is unknown color: approx Brilliant Rose. HEX triplet: E5, 48 and A3. RGB value is (229,72,163). Sum of RGB (Red+Green+Blue) = 229+72+163=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E548A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E548A3 is #1AB75C. Grayscale: #818181. Windows color (decimal): -1750877 or 10701029. OLE color: 10701029.

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

Color convert

RGB22972163-
CMYK00.690.290.10
HSL325.22º75.12%59.02%-
HSV(B)325.22º68.56%89.8%-
XYZ41.2423.9437.1-
YUV129.32147.01199.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 72 (28.52% from 255) = 15.52%
BLUE value IS 163 (64.06% from 255) = 35.13%
R=49.35%
G=15.52%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297216300.690.290.10325.2275.1259.02
HexE548A30451DA1454b3b
Octal3451102430105351250511373
Binary11100101100100010100011010001011110110101010001011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E548A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E548A3; }

 p { color: rgb(229,72,163); }

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

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

 a { background-color: rgb(229,72,163); }

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

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

 span { border-color: rgb(229,72,163); }

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