#EF498C

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

Shades of French Rose #EF498C

Tints of French Rose #EF498C

Color information

#EF498C (or 0xEF498C) is unknown color: approx French Rose. HEX triplet: EF, 49 and 8C. RGB value is (239,73,140). Sum of RGB (Red+Green+Blue) = 239+73+140=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF498C is #10B673. Grayscale: #828282. Windows color (decimal): -1095284 or 9193967. OLE color: 9193967.

HSL color Cylindrical-coordinate representation of color #EF498C: hue angle of 335.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF498C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB23973140-
CMYK00.690.410.06
HSL335.78º83.84%61.18%-
HSV(B)335.78º69.46%93.73%-
XYZ42.7125.0127.39-
YUV130.27133.5205.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.88%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=52.88%
G=16.15%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397314000.690.410.06335.7883.8461.18
HexEF498C045296150543d
Octal357111214010551652012475
Binary11101111100100110001100010001011010011101010100001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF498C; }

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

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

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

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

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

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

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

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