#E35D65

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

Shades of Froly #E35D65

Tints of Froly #E35D65

Color information

#E35D65 (or 0xE35D65) is unknown color: approx Froly. HEX triplet: E3, 5D and 65. RGB value is (227,93,101). Sum of RGB (Red+Green+Blue) = 227+93+101=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35D65 is #1CA29A. Grayscale: #868686. Windows color (decimal): -1876635 or 6643171. OLE color: 6643171.

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

Color convert

RGB22793101-
CMYK00.590.560.11
HSL356.42º70.53%62.75%-
HSV(B)356.42º59.03%89.02%-
XYZ37.9425.115.16-
YUV133.98109.39194.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.92%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=53.92%
G=22.09%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279310100.590.560.11356.4270.5362.75
HexE35D6503B38B164473f
Octal343135145073701354410777
Binary1110001110111011100101011101111100010111011001001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D65; }

 p { color: rgb(227,93,101); }

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

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

 a { background-color: rgb(227,93,101); }

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

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

 span { border-color: rgb(227,93,101); }

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