#E04C95

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

Shades of French Rose #E04C95

Tints of French Rose #E04C95

Color information

#E04C95 (or 0xE04C95) is unknown color: approx French Rose. HEX triplet: E0, 4C and 95. RGB value is (224,76,149). Sum of RGB (Red+Green+Blue) = 224+76+149=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C95 is #1FB36A. Grayscale: #808080. Windows color (decimal): -2077547 or 9784544. OLE color: 9784544.

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

Color convert

RGB22476149-
CMYK00.660.330.12
HSL330.41º70.48%58.82%-
HSV(B)330.41º66.07%87.84%-
XYZ38.7523.1930.87-
YUV128.57139.53196.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=49.89%
G=16.93%
B=33.18%

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
Decimal2247614900.660.330.12330.4170.4858.82
HexE04C9504221C14a463b
Octal3401142250102411451210673
Binary111000001001100100101010100001010000111001010010101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04C95; }

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

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

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

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

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

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

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

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