#E05097

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

Shades of French Rose #E05097

Tints of French Rose #E05097

Color information

#E05097 (or 0xE05097) is unknown color: approx French Rose. HEX triplet: E0, 50 and 97. RGB value is (224,80,151). Sum of RGB (Red+Green+Blue) = 224+80+151=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E05097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05097 is #1FAF68. Grayscale: #838383. Windows color (decimal): -2076521 or 9916640. OLE color: 9916640.

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

Color convert

RGB22480151-
CMYK00.640.330.12
HSL330.42º69.9%59.61%-
HSV(B)330.42º64.29%87.84%-
XYZ39.223.8231.81-
YUV131.15139.21194.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=49.23%
G=17.58%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248015100.640.330.12330.4269.959.61
HexE0509704021C14a463c
Octal3401202270100411451210674
Binary111000001010000100101110100000010000111001010010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05097; }

 p { color: rgb(224,80,151); }

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

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

 a { background-color: rgb(224,80,151); }

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

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

 span { border-color: rgb(224,80,151); }

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