#E45AAD

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

Shades of Brilliant Rose #E45AAD

Tints of Brilliant Rose #E45AAD

Color information

#E45AAD (or 0xE45AAD) is unknown color: approx Brilliant Rose. HEX triplet: E4, 5A and AD. RGB value is (228,90,173). Sum of RGB (Red+Green+Blue) = 228+90+173=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E45AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45AAD is #1BA552. Grayscale: #8C8C8C. Windows color (decimal): -1811795 or 11360996. OLE color: 11360996.

HSL color Cylindrical-coordinate representation of color #E45AAD: hue angle of 323.91º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45AAD is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22890173-
CMYK00.610.240.11
HSL323.91º71.88%62.35%-
HSV(B)323.91º60.53%89.41%-
XYZ43.1926.8242.44-
YUV140.72146.22190.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.44%
GREEN value IS 90 (35.55% from 255) = 18.33%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=46.44%
G=18.33%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289017300.610.240.11323.9171.8862.35
HexE45AAD03D18B144483e
Octal344132255075301350411076
Binary1110010010110101010110101111011100010111010001001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45AAD; }

 p { color: rgb(228,90,173); }

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

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

 a { background-color: rgb(228,90,173); }

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

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

 span { border-color: rgb(228,90,173); }

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