#E94992

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

Shades of French Rose #E94992

Tints of French Rose #E94992

Color information

#E94992 (or 0xE94992) is unknown color: approx French Rose. HEX triplet: E9, 49 and 92. RGB value is (233,73,146). Sum of RGB (Red+Green+Blue) = 233+73+146=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E94992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94992 is #16B66D. Grayscale: #818181. Windows color (decimal): -1488494 or 9587177. OLE color: 9587177.

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

Color convert

RGB23373146-
CMYK00.690.370.09
HSL332.62º78.43%60%-
HSV(B)332.62º68.67%91.37%-
XYZ41.1824.1629.69-
YUV129.16137.51202.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.55%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=51.55%
G=16.15%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337314600.690.370.09332.6278.4360
HexE9499204525914d4e3c
Octal3511112220105451151511674
Binary111010011001001100100100100010110010110011010011011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94992; }

 p { color: rgb(233,73,146); }

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

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

 a { background-color: rgb(233,73,146); }

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

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

 span { border-color: rgb(233,73,146); }

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