#E35294

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

Shades of French Rose #E35294

Tints of French Rose #E35294

Color information

#E35294 (or 0xE35294) is unknown color: approx French Rose. HEX triplet: E3, 52 and 94. RGB value is (227,82,148). Sum of RGB (Red+Green+Blue) = 227+82+148=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E35294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35294 is #1CAD6B. Grayscale: #848484. Windows color (decimal): -1879404 or 9720547. OLE color: 9720547.

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

Color convert

RGB22782148-
CMYK00.640.350.11
HSL332.69º72.14%60.59%-
HSV(B)332.69º63.88%89.02%-
XYZ40.0424.530.64-
YUV132.88136.54195.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.67%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=49.67%
G=17.94%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278214800.640.350.11332.6972.1460.59
HexE3529404023B14d483d
Octal3431222240100431351511075
Binary111000111010010100101000100000010001110111010011011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35294; }

 p { color: rgb(227,82,148); }

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

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

 a { background-color: rgb(227,82,148); }

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

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

 span { border-color: rgb(227,82,148); }

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