#E94E95

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

Shades of French Rose #E94E95

Tints of French Rose #E94E95

Color information

#E94E95 (or 0xE94E95) is unknown color: approx French Rose. HEX triplet: E9, 4E and 95. RGB value is (233,78,149). Sum of RGB (Red+Green+Blue) = 233+78+149=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E95 is #16B16A. Grayscale: #848484. Windows color (decimal): -1487211 or 9785065. OLE color: 9785065.

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

Color convert

RGB23378149-
CMYK00.670.360.09
HSL332.52º77.89%60.98%-
HSV(B)332.52º66.52%91.37%-
XYZ41.7524.9431.05-
YUV132.44137.35199.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.65%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=50.65%
G=16.96%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337814900.670.360.09332.5277.8960.98
HexE94E9504324914d4e3d
Octal3511162250103441151511675
Binary111010011001110100101010100001110010010011010011011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E95; }

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

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

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

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

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

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

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

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