#E94D97

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

Shades of French Rose #E94D97

Tints of French Rose #E94D97

Color information

#E94D97 (or 0xE94D97) is unknown color: approx French Rose. HEX triplet: E9, 4D and 97. RGB value is (233,77,151). Sum of RGB (Red+Green+Blue) = 233+77+151=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94D97 is #16B268. Grayscale: #838383. Windows color (decimal): -1487465 or 9915881. OLE color: 9915881.

HSL color Cylindrical-coordinate representation of color #E94D97: hue angle of 331.54º 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 #E94D97 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23377151-
CMYK00.670.350.09
HSL331.54º78%60.78%-
HSV(B)331.54º66.95%91.37%-
XYZ41.8424.8731.87-
YUV132.08138.68199.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 77 (30.47% from 255) = 16.70%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=50.54%
G=16.70%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337715100.670.350.09331.547860.78
HexE94D9704323914c4e3d
Octal3511152270103431151411675
Binary111010011001101100101110100001110001110011010011001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94D97; }

 p { color: rgb(233,77,151); }

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

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

 a { background-color: rgb(233,77,151); }

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

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

 span { border-color: rgb(233,77,151); }

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