#E15DA9

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

Shades of Brilliant Rose #E15DA9

Tints of Brilliant Rose #E15DA9

Color information

#E15DA9 (or 0xE15DA9) is unknown color: approx Brilliant Rose. HEX triplet: E1, 5D and A9. RGB value is (225,93,169). Sum of RGB (Red+Green+Blue) = 225+93+169=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DA9 is #1EA256. Grayscale: #8C8C8C. Windows color (decimal): -2007639 or 11099617. OLE color: 11099617.

HSL color Cylindrical-coordinate representation of color #E15DA9: hue angle of 325.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DA9 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB22593169-
CMYK00.590.250.12
HSL325.45º68.75%62.35%-
HSV(B)325.45º58.67%88.24%-
XYZ42.1326.740.47-
YUV141.13143.73187.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=46.20%
G=19.10%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259316900.590.250.12325.4568.7562.35
HexE15DA903B19C145453e
Octal341135251073311450510576
Binary1110000110111011010100101110111100111001010001011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DA9; }

 p { color: rgb(225,93,169); }

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

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

 a { background-color: rgb(225,93,169); }

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

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

 span { border-color: rgb(225,93,169); }

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