#EF5A95

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

Shades of French Rose #EF5A95

Tints of French Rose #EF5A95

Color information

#EF5A95 (or 0xEF5A95) is unknown color: approx French Rose. HEX triplet: EF, 5A and 95. RGB value is (239,90,149). Sum of RGB (Red+Green+Blue) = 239+90+149=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5A95 is #10A56A. Grayscale: #8D8D8D. Windows color (decimal): -1090923 or 9788143. OLE color: 9788143.

HSL color Cylindrical-coordinate representation of color #EF5A95: hue angle of 336.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5A95 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB23990149-
CMYK00.620.380.06
HSL336.24º82.32%64.51%-
HSV(B)336.24º62.34%93.73%-
XYZ44.6827.8331.45-
YUV141.28132.36197.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 18.83%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=50%
G=18.83%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399014900.620.380.06336.2482.3264.51
HexEF5A9503E2661505241
Octal357132225076466520122101
Binary11101111101101010010101011111010011011010101000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A95; }

 p { color: rgb(239,90,149); }

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

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

 a { background-color: rgb(239,90,149); }

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

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

 span { border-color: rgb(239,90,149); }

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