#E1519C

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

Shades of French Rose #E1519C

Tints of French Rose #E1519C

Color information

#E1519C (or 0xE1519C) is unknown color: approx French Rose. HEX triplet: E1, 51 and 9C. RGB value is (225,81,156). Sum of RGB (Red+Green+Blue) = 225+81+156=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1519C is #1EAE63. Grayscale: #848484. Windows color (decimal): -2010724 or 10244577. OLE color: 10244577.

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

Color convert

RGB22581156-
CMYK00.640.310.12
HSL328.75º70.59%60%-
HSV(B)328.75º64%88.24%-
XYZ39.9924.2934.03-
YUV132.61141.21193.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=48.70%
G=17.53%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258115600.640.310.12328.7570.5960
HexE1519C0401FC149473c
Octal3411212340100371451110774
Binary11100001101000110011100010000001111111001010010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1519C; }

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

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

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

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

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

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

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

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