#EF4991

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

Shades of French Rose #EF4991

Tints of French Rose #EF4991

Color information

#EF4991 (or 0xEF4991) is unknown color: approx French Rose. HEX triplet: EF, 49 and 91. RGB value is (239,73,145). Sum of RGB (Red+Green+Blue) = 239+73+145=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4991 is #10B66E. Grayscale: #828282. Windows color (decimal): -1095279 or 9521647. OLE color: 9521647.

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

Color convert

RGB23973145-
CMYK00.690.390.06
HSL333.98º83.84%61.18%-
HSV(B)333.98º69.46%93.73%-
XYZ43.0925.1629.37-
YUV130.84136205.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=52.30%
G=15.97%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397314500.690.390.06333.9883.8461.18
HexEF499104527614e543d
Octal357111221010547651612475
Binary11101111100100110010001010001011001111101010011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4991; }

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

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

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

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

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

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

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

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