#E45DA1

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

Shades of Brilliant Rose #E45DA1

Tints of Brilliant Rose #E45DA1

Color information

#E45DA1 (or 0xE45DA1) is unknown color: approx Brilliant Rose. HEX triplet: E4, 5D and A1. RGB value is (228,93,161). Sum of RGB (Red+Green+Blue) = 228+93+161=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DA1 is #1BA25E. Grayscale: #8C8C8C. Windows color (decimal): -1811039 or 10575332. OLE color: 10575332.

HSL color Cylindrical-coordinate representation of color #E45DA1: hue angle of 329.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DA1 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB22893161-
CMYK00.590.290.11
HSL329.78º71.43%62.94%-
HSV(B)329.78º59.21%89.41%-
XYZ42.3426.936.68-
YUV141.12139.23189.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.30%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=47.30%
G=19.29%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289316100.590.290.11329.7871.4362.94
HexE45DA103B1DB14a473f
Octal344135241073351351210777
Binary1110010010111011010000101110111110110111010010101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DA1; }

 p { color: rgb(228,93,161); }

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

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

 a { background-color: rgb(228,93,161); }

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

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

 span { border-color: rgb(228,93,161); }

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