#EF5197

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

Shades of French Rose #EF5197

Tints of French Rose #EF5197

Color information

#EF5197 (or 0xEF5197) is unknown color: approx French Rose. HEX triplet: EF, 51 and 97. RGB value is (239,81,151). Sum of RGB (Red+Green+Blue) = 239+81+151=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5197 is #10AE68. Grayscale: #888888. Windows color (decimal): -1093225 or 9916911. OLE color: 9916911.

HSL color Cylindrical-coordinate representation of color #EF5197: hue angle of 333.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5197 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB23981151-
CMYK00.660.370.06
HSL333.42º83.16%62.75%-
HSV(B)333.42º66.11%93.73%-
XYZ44.1226.4732.06-
YUV136.22136.35201.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=50.74%
G=17.20%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398115100.660.370.06333.4283.1662.75
HexEF519704225614d533f
Octal357121227010245651512377
Binary11101111101000110010111010000101001011101010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5197; }

 p { color: rgb(239,81,151); }

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

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

 a { background-color: rgb(239,81,151); }

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

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

 span { border-color: rgb(239,81,151); }

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