#E15399

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

Shades of French Rose #E15399

Tints of French Rose #E15399

Color information

#E15399 (or 0xE15399) is unknown color: approx French Rose. HEX triplet: E1, 53 and 99. RGB value is (225,83,153). Sum of RGB (Red+Green+Blue) = 225+83+153=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E15399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15399 is #1EAC66. Grayscale: #858585. Windows color (decimal): -2010215 or 10048481. OLE color: 10048481.

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

Color convert

RGB22583153-
CMYK00.630.320.12
HSL330.42º70.3%60.39%-
HSV(B)330.42º63.11%88.24%-
XYZ39.8924.4932.76-
YUV133.44139.04193.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=48.81%
G=18.00%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258315300.630.320.12330.4270.360.39
HexE1539903F20C14a463c
Octal341123231077401451210674
Binary11100001101001110011001011111110000011001010010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15399; }

 p { color: rgb(225,83,153); }

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

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

 a { background-color: rgb(225,83,153); }

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

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

 span { border-color: rgb(225,83,153); }

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