#E04D92

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

Shades of French Rose #E04D92

Tints of French Rose #E04D92

Color information

#E04D92 (or 0xE04D92) is unknown color: approx French Rose. HEX triplet: E0, 4D and 92. RGB value is (224,77,146). Sum of RGB (Red+Green+Blue) = 224+77+146=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04D92 is #1FB26D. Grayscale: #808080. Windows color (decimal): -2077294 or 9588192. OLE color: 9588192.

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

Color convert

RGB22477146-
CMYK00.660.350.12
HSL331.84º70.33%59.02%-
HSV(B)331.84º65.62%87.84%-
XYZ38.5823.2329.64-
YUV128.82137.7195.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=50.11%
G=17.23%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247714600.660.350.12331.8470.3359.02
HexE04D9204223C14c463b
Octal3401152220102431451410673
Binary111000001001101100100100100001010001111001010011001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04D92; }

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

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

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

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

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

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

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

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