#EF498B

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

Shades of French Rose #EF498B

Tints of French Rose #EF498B

Color information

#EF498B (or 0xEF498B) is unknown color: approx French Rose. HEX triplet: EF, 49 and 8B. RGB value is (239,73,139). Sum of RGB (Red+Green+Blue) = 239+73+139=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF498B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF498B is #10B674. Grayscale: #828282. Windows color (decimal): -1095285 or 9128431. OLE color: 9128431.

HSL color Cylindrical-coordinate representation of color #EF498B: hue angle of 336.14º 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 #EF498B is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB23973139-
CMYK00.690.420.06
HSL336.14º83.84%61.18%-
HSV(B)336.14º69.46%93.73%-
XYZ42.6424.9827-
YUV130.16133205.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 73 (28.91% from 255) = 16.19%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=52.99%
G=16.19%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397313900.690.420.06336.1483.8461.18
HexEF498B0452A6150543d
Octal357111213010552652012475
Binary11101111100100110001011010001011010101101010100001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF498B; }

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

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

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

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

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

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

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

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