#E04C96

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

Shades of French Rose #E04C96

Tints of French Rose #E04C96

Color information

#E04C96 (or 0xE04C96) is unknown color: approx French Rose. HEX triplet: E0, 4C and 96. RGB value is (224,76,150). Sum of RGB (Red+Green+Blue) = 224+76+150=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C96 is #1FB369. Grayscale: #808080. Windows color (decimal): -2077546 or 9850080. OLE color: 9850080.

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

Color convert

RGB22476150-
CMYK00.660.330.12
HSL330º70.48%58.82%-
HSV(B)330º66.07%87.84%-
XYZ38.8323.2231.29-
YUV128.69140.03195.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.78%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=49.78%
G=16.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247615000.660.330.1233070.4858.82
HexE04C9604221C14a463b
Octal3401142260102411451210673
Binary111000001001100100101100100001010000111001010010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04C96; }

 p { color: rgb(224,76,150); }

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

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

 a { background-color: rgb(224,76,150); }

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

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

 span { border-color: rgb(224,76,150); }

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