#E35499

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

Shades of French Rose #E35499

Tints of French Rose #E35499

Color information

#E35499 (or 0xE35499) is unknown color: approx French Rose. HEX triplet: E3, 54 and 99. RGB value is (227,84,153). Sum of RGB (Red+Green+Blue) = 227+84+153=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E35499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35499 is #1CAB66. Grayscale: #868686. Windows color (decimal): -1878887 or 10048739. OLE color: 10048739.

HSL color Cylindrical-coordinate representation of color #E35499: hue angle of 331.05º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35499 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB22784153-
CMYK00.630.330.11
HSL331.05º71.86%60.98%-
HSV(B)331.05º63%89.02%-
XYZ40.624.9732.82-
YUV134.62138.38193.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.92%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=48.92%
G=18.10%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278415300.630.330.11331.0571.8660.98
HexE3549903F21B14b483d
Octal343124231077411351311075
Binary11100011101010010011001011111110000110111010010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35499; }

 p { color: rgb(227,84,153); }

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

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

 a { background-color: rgb(227,84,153); }

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

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

 span { border-color: rgb(227,84,153); }

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