#E45DAB

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

Shades of Brilliant Rose #E45DAB

Tints of Brilliant Rose #E45DAB

Color information

#E45DAB (or 0xE45DAB) is unknown color: approx Brilliant Rose. HEX triplet: E4, 5D and AB. RGB value is (228,93,171). Sum of RGB (Red+Green+Blue) = 228+93+171=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DAB is #1BA254. Grayscale: #8E8E8E. Windows color (decimal): -1811029 or 11230692. OLE color: 11230692.

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

Color convert

RGB22893171-
CMYK00.590.250.11
HSL325.33º71.43%62.94%-
HSV(B)325.33º59.21%89.41%-
XYZ43.2627.2641.51-
YUV142.26144.23189.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.34%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=46.34%
G=18.90%
B=34.76%

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
Decimal2289317100.590.250.11325.3371.4362.94
HexE45DAB03B19B145473f
Octal344135253073311350510777
Binary1110010010111011010101101110111100110111010001011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45DAB; }

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

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

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

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

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

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

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

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