#E545AE

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

Shades of Brilliant Rose #E545AE

Tints of Brilliant Rose #E545AE

Color information

#E545AE (or 0xE545AE) is unknown color: approx Brilliant Rose. HEX triplet: E5, 45 and AE. RGB value is (229,69,174). Sum of RGB (Red+Green+Blue) = 229+69+174=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E545AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E545AE is #1ABA51. Grayscale: #808080. Windows color (decimal): -1751634 or 11421157. OLE color: 11421157.

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

Color convert

RGB22969174-
CMYK00.700.240.10
HSL320.62º75.47%58.43%-
HSV(B)320.62º69.87%89.8%-
XYZ42.0823.9742.45-
YUV128.81153.51199.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.52%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=48.52%
G=14.62%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296917400.700.240.10320.6275.4758.43
HexE545AE04618A1414b3a
Octal3451052560106301250111372
Binary11100101100010110101110010001101100010101010000011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E545AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E545AE; }

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

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

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

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

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

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

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

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