#E75199

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

Shades of French Rose #E75199

Tints of French Rose #E75199

Color information

#E75199 (or 0xE75199) is unknown color: approx French Rose. HEX triplet: E7, 51 and 99. RGB value is (231,81,153). Sum of RGB (Red+Green+Blue) = 231+81+153=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E75199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75199 is #18AE66. Grayscale: #858585. Windows color (decimal): -1617511 or 10047975. OLE color: 10047975.

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

Color convert

RGB23181153-
CMYK00.650.340.09
HSL331.2º75.76%61.18%-
HSV(B)331.2º64.94%90.59%-
XYZ41.6525.1732.8-
YUV134.06138.7197.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 81 (32.03% from 255) = 17.42%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=49.68%
G=17.42%
B=32.90%

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
Decimal2318115300.650.340.09331.275.7661.18
HexE7519904122914b4c3d
Octal3471212310101421151311475
Binary111001111010001100110010100000110001010011010010111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75199; }

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

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

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

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

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

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

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

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