#E15DA8

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

Shades of Brilliant Rose #E15DA8

Tints of Brilliant Rose #E15DA8

Color information

#E15DA8 (or 0xE15DA8) is unknown color: approx Brilliant Rose. HEX triplet: E1, 5D and A8. RGB value is (225,93,168). Sum of RGB (Red+Green+Blue) = 225+93+168=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DA8 is #1EA257. Grayscale: #8C8C8C. Windows color (decimal): -2007640 or 11034081. OLE color: 11034081.

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

Color convert

RGB22593168-
CMYK00.590.250.12
HSL325.91º68.75%62.35%-
HSV(B)325.91º58.67%88.24%-
XYZ42.0326.6639.98-
YUV141.02143.23187.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 93 (36.72% from 255) = 19.14%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=46.30%
G=19.14%
B=34.57%

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
Decimal2259316800.590.250.12325.9168.7562.35
HexE15DA803B19C146453e
Octal341135250073311450610576
Binary1110000110111011010100001110111100111001010001101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DA8; }

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

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

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

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

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

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

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

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