#E35498

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

Shades of French Rose #E35498

Tints of French Rose #E35498

Color information

#E35498 (or 0xE35498) is unknown color: approx French Rose. HEX triplet: E3, 54 and 98. RGB value is (227,84,152). Sum of RGB (Red+Green+Blue) = 227+84+152=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E35498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35498 is #1CAB67. Grayscale: #868686. Windows color (decimal): -1878888 or 9983203. OLE color: 9983203.

HSL color Cylindrical-coordinate representation of color #E35498: hue angle of 331.47º 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 #E35498 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB22784152-
CMYK00.630.330.11
HSL331.47º71.86%60.98%-
HSV(B)331.47º63%89.02%-
XYZ40.5224.9432.38-
YUV134.51137.88193.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.03%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=49.03%
G=18.14%
B=32.83%

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
Decimal2278415200.630.330.11331.4771.8660.98
HexE3549803F21B14b483d
Octal343124230077411351311075
Binary11100011101010010011000011111110000110111010010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35498; }

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

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

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

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

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

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

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

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