#E1509B

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

Shades of French Rose #E1509B

Tints of French Rose #E1509B

Color information

#E1509B (or 0xE1509B) is unknown color: approx French Rose. HEX triplet: E1, 50 and 9B. RGB value is (225,80,155). Sum of RGB (Red+Green+Blue) = 225+80+155=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1509B is #1EAF64. Grayscale: #838383. Windows color (decimal): -2010981 or 10178785. OLE color: 10178785.

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

Color convert

RGB22580155-
CMYK00.640.310.12
HSL328.97º70.73%59.8%-
HSV(B)328.97º64.44%88.24%-
XYZ39.8424.1133.56-
YUV131.9141.04194.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 80 (31.64% from 255) = 17.39%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=48.91%
G=17.39%
B=33.70%

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
Decimal2258015500.640.310.12328.9770.7359.8
HexE1509B0401FC149473c
Octal3411202330100371451110774
Binary11100001101000010011011010000001111111001010010011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1509B; }

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

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

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

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

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

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

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

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