#EF4996

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

Shades of French Rose #EF4996

Tints of French Rose #EF4996

Color information

#EF4996 (or 0xEF4996) is unknown color: approx French Rose. HEX triplet: EF, 49 and 96. RGB value is (239,73,150). Sum of RGB (Red+Green+Blue) = 239+73+150=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4996 is #10B669. Grayscale: #838383. Windows color (decimal): -1095274 or 9849327. OLE color: 9849327.

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

Color convert

RGB23973150-
CMYK00.690.370.06
HSL332.17º83.84%61.18%-
HSV(B)332.17º69.46%93.73%-
XYZ43.4825.3231.45-
YUV131.41138.5204.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=51.73%
G=15.80%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397315000.690.370.06332.1783.8461.18
HexEF499604525614c543d
Octal357111226010545651412475
Binary11101111100100110010110010001011001011101010011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4996; }

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

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

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

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

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

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

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

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