#E35F76

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

Shades of Froly #E35F76

Tints of Froly #E35F76

Color information

#E35F76 (or 0xE35F76) is unknown color: approx Froly. HEX triplet: E3, 5F and 76. RGB value is (227,95,118). Sum of RGB (Red+Green+Blue) = 227+95+118=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F76 is #1CA089. Grayscale: #898989. Windows color (decimal): -1876106 or 7757795. OLE color: 7757795.

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

Color convert

RGB22795118-
CMYK00.580.480.11
HSL349.55º70.21%63.14%-
HSV(B)349.55º58.15%89.02%-
XYZ39.0425.8220.07-
YUV137.09117.23192.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.59%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=51.59%
G=21.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279511800.580.480.11349.5570.2163.14
HexE35F7603A30B15e463f
Octal343137166072601353610677
Binary1110001110111111110110011101011000010111010111101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F76; }

 p { color: rgb(227,95,118); }

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

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

 a { background-color: rgb(227,95,118); }

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

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

 span { border-color: rgb(227,95,118); }

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