#EB498C

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

Shades of French Rose #EB498C

Tints of French Rose #EB498C

Color information

#EB498C (or 0xEB498C) is unknown color: approx French Rose. HEX triplet: EB, 49 and 8C. RGB value is (235,73,140). Sum of RGB (Red+Green+Blue) = 235+73+140=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB498C is #14B673. Grayscale: #808080. Windows color (decimal): -1357428 or 9193963. OLE color: 9193963.

HSL color Cylindrical-coordinate representation of color #EB498C: hue angle of 335.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB498C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB23573140-
CMYK00.690.400.08
HSL335.19º80.2%60.39%-
HSV(B)335.19º68.94%92.16%-
XYZ41.3824.3227.32-
YUV129.08134.17203.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=52.46%
G=16.29%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357314000.690.400.08335.1980.260.39
HexEB498C04528814f503c
Octal3531112140105501051712074
Binary111010111001001100011000100010110100010001010011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB498C; }

 p { color: rgb(235,73,140); }

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

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

 a { background-color: rgb(235,73,140); }

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

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

 span { border-color: rgb(235,73,140); }

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