#E94887

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

Shades of French Rose #E94887

Tints of French Rose #E94887

Color information

#E94887 (or 0xE94887) is unknown color: approx French Rose. HEX triplet: E9, 48 and 87. RGB value is (233,72,135). Sum of RGB (Red+Green+Blue) = 233+72+135=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E94887 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94887 is #16B778. Grayscale: #7F7F7F. Windows color (decimal): -1488761 or 8866025. OLE color: 8866025.

HSL color Cylindrical-coordinate representation of color #E94887: hue angle of 336.52º degrees, saturation: 0.79, 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 #E94887 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB23372135-
CMYK00.690.420.09
HSL336.52º78.54%59.8%-
HSV(B)336.52º69.1%91.37%-
XYZ40.2923.7125.37-
YUV127.32132.34203.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.95%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=52.95%
G=16.36%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337213500.690.420.09336.5278.5459.8
HexE948870452A91514f3c
Octal3511102070105521152111774
Binary111010011001000100001110100010110101010011010100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94887; }

 p { color: rgb(233,72,135); }

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

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

 a { background-color: rgb(233,72,135); }

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

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

 span { border-color: rgb(233,72,135); }

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