#E35B66

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

Shades of Froly #E35B66

Tints of Froly #E35B66

Color information

#E35B66 (or 0xE35B66) is unknown color: approx Froly. HEX triplet: E3, 5B and 66. RGB value is (227,91,102). Sum of RGB (Red+Green+Blue) = 227+91+102=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B66 is #1CA499. Grayscale: #858585. Windows color (decimal): -1877146 or 6708195. OLE color: 6708195.

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

Color convert

RGB22791102-
CMYK00.600.550.11
HSL355.15º70.83%62.35%-
HSV(B)355.15º59.91%89.02%-
XYZ37.8224.7715.36-
YUV132.92110.56195.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.05%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=54.05%
G=21.67%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279110200.600.550.11355.1570.8362.35
HexE35B6603C37B163473e
Octal343133146074671354310776
Binary1110001110110111100110011110011011110111011000111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B66; }

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

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

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

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

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

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

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

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