#E15096

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

Shades of French Rose #E15096

Tints of French Rose #E15096

Color information

#E15096 (or 0xE15096) is unknown color: approx French Rose. HEX triplet: E1, 50 and 96. RGB value is (225,80,150). Sum of RGB (Red+Green+Blue) = 225+80+150=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15096 is #1EAF69. Grayscale: #838383. Windows color (decimal): -2010986 or 9851105. OLE color: 9851105.

HSL color Cylindrical-coordinate representation of color #E15096: hue angle of 331.03º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15096 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB22580150-
CMYK00.640.330.12
HSL331.03º70.73%59.8%-
HSV(B)331.03º64.44%88.24%-
XYZ39.4323.9531.4-
YUV131.33138.54194.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=49.45%
G=17.58%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258015000.640.330.12331.0370.7359.8
HexE1509604021C14b473c
Octal3411202260100411451310774
Binary111000011010000100101100100000010000111001010010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15096; }

 p { color: rgb(225,80,150); }

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

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

 a { background-color: rgb(225,80,150); }

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

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

 span { border-color: rgb(225,80,150); }

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