#E45DAC

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

Shades of Brilliant Rose #E45DAC

Tints of Brilliant Rose #E45DAC

Color information

#E45DAC (or 0xE45DAC) is unknown color: approx Brilliant Rose. HEX triplet: E4, 5D and AC. RGB value is (228,93,172). Sum of RGB (Red+Green+Blue) = 228+93+172=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DAC is #1BA253. Grayscale: #8E8E8E. Windows color (decimal): -1811028 or 11296228. OLE color: 11296228.

HSL color Cylindrical-coordinate representation of color #E45DAC: hue angle of 324.89º 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 #E45DAC is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22893172-
CMYK00.590.250.11
HSL324.89º71.43%62.94%-
HSV(B)324.89º59.21%89.41%-
XYZ43.3627.342.01-
YUV142.37144.73189.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=46.25%
G=18.86%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289317200.590.250.11324.8971.4362.94
HexE45DAC03B19B145473f
Octal344135254073311350510777
Binary1110010010111011010110001110111100110111010001011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DAC; }

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

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

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

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

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

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

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

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