#E35B64

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

Shades of Froly #E35B64

Tints of Froly #E35B64

Color information

#E35B64 (or 0xE35B64) is unknown color: approx Froly. HEX triplet: E3, 5B and 64. RGB value is (227,91,100). Sum of RGB (Red+Green+Blue) = 227+91+100=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B64 is #1CA49B. Grayscale: #848484. Windows color (decimal): -1877148 or 6577123. OLE color: 6577123.

HSL color Cylindrical-coordinate representation of color #E35B64: hue angle of 356.03º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B64 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB22791100-
CMYK00.600.560.11
HSL356.03º70.83%62.35%-
HSV(B)356.03º59.91%89.02%-
XYZ37.7224.7314.84-
YUV132.69109.56195.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.31%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=54.31%
G=21.77%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279110000.600.560.11356.0370.8362.35
HexE35B6403C38B164473e
Octal343133144074701354410776
Binary1110001110110111100100011110011100010111011001001000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B64; }

 p { color: rgb(227,91,100); }

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

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

 a { background-color: rgb(227,91,100); }

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

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

 span { border-color: rgb(227,91,100); }

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