#E9498A

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

Shades of French Rose #E9498A

Tints of French Rose #E9498A

Color information

#E9498A (or 0xE9498A) is unknown color: approx French Rose. HEX triplet: E9, 49 and 8A. RGB value is (233,73,138). Sum of RGB (Red+Green+Blue) = 233+73+138=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9498A is #16B675. Grayscale: #808080. Windows color (decimal): -1488502 or 9062889. OLE color: 9062889.

HSL color Cylindrical-coordinate representation of color #E9498A: hue angle of 335.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9498A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB23373138-
CMYK00.690.410.09
HSL335.62º78.43%60%-
HSV(B)335.62º68.67%91.37%-
XYZ40.5723.9226.52-
YUV128.25133.51202.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=52.48%
G=16.44%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337313800.690.410.09335.6278.4360
HexE9498A0452991504e3c
Octal3511112120105511152011674
Binary111010011001001100010100100010110100110011010100001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9498A; }

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

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

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

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

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

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

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

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