#E95694

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

Shades of French Rose #E95694

Tints of French Rose #E95694

Color information

#E95694 (or 0xE95694) is unknown color: approx French Rose. HEX triplet: E9, 56 and 94. RGB value is (233,86,148). Sum of RGB (Red+Green+Blue) = 233+86+148=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E95694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95694 is #16A96B. Grayscale: #888888. Windows color (decimal): -1485164 or 9721577. OLE color: 9721577.

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

Color convert

RGB23386148-
CMYK00.630.360.09
HSL334.69º76.96%62.55%-
HSV(B)334.69º63.09%91.37%-
XYZ42.2826.1230.83-
YUV137.02134.2196.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.89%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=49.89%
G=18.42%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338614800.630.360.09334.6976.9662.55
HexE9569403F24914f4d3f
Octal351126224077441151711577
Binary11101001101011010010100011111110010010011010011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95694; }

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

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

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

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

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

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

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

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