#E94F95

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

Shades of French Rose #E94F95

Tints of French Rose #E94F95

Color information

#E94F95 (or 0xE94F95) is unknown color: approx French Rose. HEX triplet: E9, 4F and 95. RGB value is (233,79,149). Sum of RGB (Red+Green+Blue) = 233+79+149=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94F95 is #16B06A. Grayscale: #848484. Windows color (decimal): -1486955 or 9785321. OLE color: 9785321.

HSL color Cylindrical-coordinate representation of color #E94F95: hue angle of 332.73º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94F95 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23379149-
CMYK00.660.360.09
HSL332.73º77.78%61.18%-
HSV(B)332.73º66.09%91.37%-
XYZ41.8325.0931.07-
YUV133.03137.02199.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=50.54%
G=17.14%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337914900.660.360.09332.7377.7861.18
HexE94F9504224914d4e3d
Octal3511172250102441151511675
Binary111010011001111100101010100001010010010011010011011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94F95; }

 p { color: rgb(233,79,149); }

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

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

 a { background-color: rgb(233,79,149); }

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

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

 span { border-color: rgb(233,79,149); }

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