#E05DA8

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

Shades of Brilliant Rose #E05DA8

Tints of Brilliant Rose #E05DA8

Color information

#E05DA8 (or 0xE05DA8) is unknown color: approx Brilliant Rose. HEX triplet: E0, 5D and A8. RGB value is (224,93,168). Sum of RGB (Red+Green+Blue) = 224+93+168=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05DA8 is #1FA257. Grayscale: #8C8C8C. Windows color (decimal): -2073176 or 11034080. OLE color: 11034080.

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

Color convert

RGB22493168-
CMYK00.580.250.12
HSL325.65º67.88%62.16%-
HSV(B)325.65º58.48%87.84%-
XYZ41.7226.539.96-
YUV140.72143.4187.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.19%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=46.19%
G=19.18%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249316800.580.250.12325.6567.8862.16
HexE05DA803A19C146443e
Octal340135250072311450610476
Binary1110000010111011010100001110101100111001010001101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05DA8; }

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

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

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

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

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

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

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

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