#E75699

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

Shades of French Rose #E75699

Tints of French Rose #E75699

Color information

#E75699 (or 0xE75699) is unknown color: approx French Rose. HEX triplet: E7, 56 and 99. RGB value is (231,86,153). Sum of RGB (Red+Green+Blue) = 231+86+153=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E75699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75699 is #18A966. Grayscale: #888888. Windows color (decimal): -1616231 or 10049255. OLE color: 10049255.

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

Color convert

RGB23186153-
CMYK00.630.340.09
HSL332.28º75.13%62.16%-
HSV(B)332.28º62.77%90.59%-
XYZ42.0325.9432.93-
YUV136.99137.04195.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 153 (60.16% from 255) = 32.55%
R=49.15%
G=18.30%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318615300.630.340.09332.2875.1362.16
HexE7569903F22914c4b3e
Octal347126231077421151411376
Binary11100111101011010011001011111110001010011010011001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75699; }

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

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

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

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

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

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

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

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