#E04EAE

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

Shades of Brilliant Rose #E04EAE

Tints of Brilliant Rose #E04EAE

Color information

#E04EAE (or 0xE04EAE) is unknown color: approx Brilliant Rose. HEX triplet: E0, 4E and AE. RGB value is (224,78,174). Sum of RGB (Red+Green+Blue) = 224+78+174=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04EAE is #1FB151. Grayscale: #848484. Windows color (decimal): -2077010 or 11423456. OLE color: 11423456.

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

Color convert

RGB22478174-
CMYK00.650.220.12
HSL320.55º70.19%59.22%-
HSV(B)320.55º65.18%87.84%-
XYZ41.124.3542.58-
YUV132.6151.37193.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 78 (30.86% from 255) = 16.39%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=47.06%
G=16.39%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247817400.650.220.12320.5570.1959.22
HexE04EAE04116C141463b
Octal3401162560101261450110673
Binary11100000100111010101110010000011011011001010000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04EAE; }

 p { color: rgb(224,78,174); }

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

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

 a { background-color: rgb(224,78,174); }

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

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

 span { border-color: rgb(224,78,174); }

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