#E95994

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

Shades of French Rose #E95994

Tints of French Rose #E95994

Color information

#E95994 (or 0xE95994) is unknown color: approx French Rose. HEX triplet: E9, 59 and 94. RGB value is (233,89,148). Sum of RGB (Red+Green+Blue) = 233+89+148=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E95994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95994 is #16A66B. Grayscale: #8A8A8A. Windows color (decimal): -1484396 or 9722345. OLE color: 9722345.

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

Color convert

RGB23389148-
CMYK00.620.360.09
HSL335.42º76.6%63.14%-
HSV(B)335.42º61.8%91.37%-
XYZ42.5226.6130.91-
YUV138.78133.21195.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.57%
GREEN value IS 89 (35.16% from 255) = 18.94%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=49.57%
G=18.94%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338914800.620.360.09335.4276.663.14
HexE9599403E24914f4d3f
Octal351131224076441151711577
Binary11101001101100110010100011111010010010011010011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95994; }

 p { color: rgb(233,89,148); }

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

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

 a { background-color: rgb(233,89,148); }

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

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

 span { border-color: rgb(233,89,148); }

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