#E5498A

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

Shades of French Rose #E5498A

Tints of French Rose #E5498A

Color information

#E5498A (or 0xE5498A) is unknown color: approx French Rose. HEX triplet: E5, 49 and 8A. RGB value is (229,73,138). Sum of RGB (Red+Green+Blue) = 229+73+138=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5498A is #1AB675. Grayscale: #7E7E7E. Windows color (decimal): -1750646 or 9062885. OLE color: 9062885.

HSL color Cylindrical-coordinate representation of color #E5498A: hue angle of 335º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5498A is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB22973138-
CMYK00.680.400.10
HSL335º75%59.22%-
HSV(B)335º68.12%89.8%-
XYZ39.2823.2626.46-
YUV127.05134.18200.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.05%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=52.05%
G=16.59%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297313800.680.400.103357559.22
HexE5498A04428A14f4b3b
Octal3451112120104501251711373
Binary111001011001001100010100100010010100010101010011111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5498A; }

 p { color: rgb(229,73,138); }

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

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

 a { background-color: rgb(229,73,138); }

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

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

 span { border-color: rgb(229,73,138); }

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