#E15196

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

Shades of French Rose #E15196

Tints of French Rose #E15196

Color information

#E15196 (or 0xE15196) is unknown color: approx French Rose. HEX triplet: E1, 51 and 96. RGB value is (225,81,150). Sum of RGB (Red+Green+Blue) = 225+81+150=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15196 is #1EAE69. Grayscale: #838383. Windows color (decimal): -2010730 or 9851361. OLE color: 9851361.

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

Color convert

RGB22581150-
CMYK00.640.330.12
HSL331.25º70.59%60%-
HSV(B)331.25º64%88.24%-
XYZ39.524.0931.42-
YUV131.92138.21194.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=49.34%
G=17.76%
B=32.89%

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
Decimal2258115000.640.330.12331.2570.5960
HexE1519604021C14b473c
Octal3411212260100411451310774
Binary111000011010001100101100100000010000111001010010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15196; }

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

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

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

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

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

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

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

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