#E95A96

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

Shades of French Rose #E95A96

Tints of French Rose #E95A96

Color information

#E95A96 (or 0xE95A96) is unknown color: approx French Rose. HEX triplet: E9, 5A and 96. RGB value is (233,90,150). Sum of RGB (Red+Green+Blue) = 233+90+150=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95A96 is #16A569. Grayscale: #8B8B8B. Windows color (decimal): -1484138 or 9853673. OLE color: 9853673.

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

Color convert

RGB23390150-
CMYK00.610.360.09
HSL334.83º76.47%63.33%-
HSV(B)334.83º61.37%91.37%-
XYZ42.7726.8431.78-
YUV139.6133.88194.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.26%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=49.26%
G=19.03%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339015000.610.360.09334.8376.4763.33
HexE95A9603D24914f4c3f
Octal351132226075441151711477
Binary11101001101101010010110011110110010010011010011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95A96; }

 p { color: rgb(233,90,150); }

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

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

 a { background-color: rgb(233,90,150); }

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

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

 span { border-color: rgb(233,90,150); }

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