#E545A4

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

Shades of Brilliant Rose #E545A4

Tints of Brilliant Rose #E545A4

Color information

#E545A4 (or 0xE545A4) is unknown color: approx Brilliant Rose. HEX triplet: E5, 45 and A4. RGB value is (229,69,164). Sum of RGB (Red+Green+Blue) = 229+69+164=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E545A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E545A4 is #1ABA5B. Grayscale: #7F7F7F. Windows color (decimal): -1751644 or 10765797. OLE color: 10765797.

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

Color convert

RGB22969164-
CMYK00.700.280.10
HSL324.38º75.47%58.43%-
HSV(B)324.38º69.87%89.8%-
XYZ41.1423.5937.51-
YUV127.67148.51200.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 69 (27.34% from 255) = 14.94%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=49.57%
G=14.94%
B=35.50%

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
Decimal2296916400.700.280.10324.3875.4758.43
HexE545A40461CA1444b3a
Octal3451052440106341250411372
Binary11100101100010110100100010001101110010101010001001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E545A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E545A4; }

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

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

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

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

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

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

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

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