#E75795

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

Shades of French Rose #E75795

Tints of French Rose #E75795

Color information

#E75795 (or 0xE75795) is unknown color: approx French Rose. HEX triplet: E7, 57 and 95. RGB value is (231,87,149). Sum of RGB (Red+Green+Blue) = 231+87+149=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E75795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75795 is #18A86A. Grayscale: #898989. Windows color (decimal): -1615979 or 9787367. OLE color: 9787367.

HSL color Cylindrical-coordinate representation of color #E75795: hue angle of 334.17º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75795 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23187149-
CMYK00.620.350.09
HSL334.17º75%62.35%-
HSV(B)334.17º62.34%90.59%-
XYZ41.7925.9831.25-
YUV137.12134.71194.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.46%
GREEN value IS 87 (34.38% from 255) = 18.63%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=49.46%
G=18.63%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318714900.620.350.09334.177562.35
HexE7579503E23914e4b3e
Octal347127225076431151611376
Binary11100111101011110010101011111010001110011010011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75795; }

 p { color: rgb(231,87,149); }

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

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

 a { background-color: rgb(231,87,149); }

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

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

 span { border-color: rgb(231,87,149); }

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