#E545A3

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

Shades of Brilliant Rose #E545A3

Tints of Brilliant Rose #E545A3

Color information

#E545A3 (or 0xE545A3) is unknown color: approx Brilliant Rose. HEX triplet: E5, 45 and A3. RGB value is (229,69,163). Sum of RGB (Red+Green+Blue) = 229+69+163=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E545A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E545A3 is #1ABA5C. Grayscale: #7F7F7F. Windows color (decimal): -1751645 or 10700261. OLE color: 10700261.

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

Color convert

RGB22969163-
CMYK00.700.290.10
HSL324.75º75.47%58.43%-
HSV(B)324.75º69.87%89.8%-
XYZ41.0523.5637.03-
YUV127.56148.01200.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=49.67%
G=14.97%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296916300.700.290.10324.7575.4758.43
HexE545A30461DA1454b3a
Octal3451052430106351250511372
Binary11100101100010110100011010001101110110101010001011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E545A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E545A3; }

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

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

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

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

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

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

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

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