#E04D94

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

Shades of French Rose #E04D94

Tints of French Rose #E04D94

Color information

#E04D94 (or 0xE04D94) is unknown color: approx French Rose. HEX triplet: E0, 4D and 94. RGB value is (224,77,148). Sum of RGB (Red+Green+Blue) = 224+77+148=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D94 is #1FB26B. Grayscale: #808080. Windows color (decimal): -2077292 or 9719264. OLE color: 9719264.

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

Color convert

RGB22477148-
CMYK00.660.340.12
HSL331.02º70.33%59.02%-
HSV(B)331.02º65.62%87.84%-
XYZ38.7423.2930.47-
YUV129.05138.7195.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 77 (30.47% from 255) = 17.15%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=49.89%
G=17.15%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247714800.660.340.12331.0270.3359.02
HexE04D9404222C14b463b
Octal3401152240102421451310673
Binary111000001001101100101000100001010001011001010010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D94; }

 p { color: rgb(224,77,148); }

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

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

 a { background-color: rgb(224,77,148); }

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

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

 span { border-color: rgb(224,77,148); }

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