#E15095

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

Shades of French Rose #E15095

Tints of French Rose #E15095

Color information

#E15095 (or 0xE15095) is unknown color: approx French Rose. HEX triplet: E1, 50 and 95. RGB value is (225,80,149). Sum of RGB (Red+Green+Blue) = 225+80+149=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E15095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15095 is #1EAF6A. Grayscale: #838383. Windows color (decimal): -2010987 or 9785569. OLE color: 9785569.

HSL color Cylindrical-coordinate representation of color #E15095: hue angle of 331.45º 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 #E15095 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22580149-
CMYK00.640.340.12
HSL331.45º70.73%59.8%-
HSV(B)331.45º64.44%88.24%-
XYZ39.3423.9130.98-
YUV131.22138.04194.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.56%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=49.56%
G=17.62%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258014900.640.340.12331.4570.7359.8
HexE1509504022C14b473c
Octal3411202250100421451310774
Binary111000011010000100101010100000010001011001010010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15095; }

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

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

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

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

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

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

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

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