#E75099

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

Shades of French Rose #E75099

Tints of French Rose #E75099

Color information

#E75099 (or 0xE75099) is unknown color: approx French Rose. HEX triplet: E7, 50 and 99. RGB value is (231,80,153). Sum of RGB (Red+Green+Blue) = 231+80+153=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E75099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75099 is #18AF66. Grayscale: #858585. Windows color (decimal): -1617767 or 10047719. OLE color: 10047719.

HSL color Cylindrical-coordinate representation of color #E75099: hue angle of 330.99º 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 #E75099 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23180153-
CMYK00.650.340.09
HSL330.99º75.88%60.98%-
HSV(B)330.99º65.37%90.59%-
XYZ41.5725.0332.78-
YUV133.47139.03197.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.78%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=49.78%
G=17.24%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318015300.650.340.09330.9975.8860.98
HexE7509904122914b4c3d
Octal3471202310101421151311475
Binary111001111010000100110010100000110001010011010010111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75099; }

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

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

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

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

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

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

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

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