#E7509B

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

Shades of French Rose #E7509B

Tints of French Rose #E7509B

Color information

#E7509B (or 0xE7509B) is unknown color: approx French Rose. HEX triplet: E7, 50 and 9B. RGB value is (231,80,155). Sum of RGB (Red+Green+Blue) = 231+80+155=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E7509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7509B is #18AF64. Grayscale: #858585. Windows color (decimal): -1617765 or 10178791. OLE color: 10178791.

HSL color Cylindrical-coordinate representation of color #E7509B: hue angle of 330.2º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7509B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23180155-
CMYK00.650.330.09
HSL330.2º75.88%60.98%-
HSV(B)330.2º65.37%90.59%-
XYZ41.7425.0933.65-
YUV133.7140.03197.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.57%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=49.57%
G=17.17%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318015500.650.330.09330.275.8860.98
HexE7509B04121914a4c3d
Octal3471202330101411151211475
Binary111001111010000100110110100000110000110011010010101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7509B; }

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

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

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

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

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

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

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

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