#E1509C

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

Shades of French Rose #E1509C

Tints of French Rose #E1509C

Color information

#E1509C (or 0xE1509C) is unknown color: approx French Rose. HEX triplet: E1, 50 and 9C. RGB value is (225,80,156). Sum of RGB (Red+Green+Blue) = 225+80+156=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1509C is #1EAF63. Grayscale: #838383. Windows color (decimal): -2010980 or 10244321. OLE color: 10244321.

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

Color convert

RGB22580156-
CMYK00.640.310.12
HSL328.55º70.73%59.8%-
HSV(B)328.55º64.44%88.24%-
XYZ39.9224.1534.01-
YUV132.02141.54194.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 80 (31.64% from 255) = 17.35%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=48.81%
G=17.35%
B=33.84%

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
Decimal2258015600.640.310.12328.5570.7359.8
HexE1509C0401FC149473c
Octal3411202340100371451110774
Binary11100001101000010011100010000001111111001010010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1509C; }

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

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

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

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

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

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

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

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