#E35F71

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

Shades of Froly #E35F71

Tints of Froly #E35F71

Color information

#E35F71 (or 0xE35F71) is unknown color: approx Froly. HEX triplet: E3, 5F and 71. RGB value is (227,95,113). Sum of RGB (Red+Green+Blue) = 227+95+113=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F71 is #1CA08E. Grayscale: #888888. Windows color (decimal): -1876111 or 7430115. OLE color: 7430115.

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

Color convert

RGB22795113-
CMYK00.580.500.11
HSL351.82º70.21%63.14%-
HSV(B)351.82º58.15%89.02%-
XYZ38.7525.7118.54-
YUV136.52114.73192.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.18%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=52.18%
G=21.84%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279511300.580.500.11351.8270.2163.14
HexE35F7103A32B160463f
Octal343137161072621354010677
Binary1110001110111111110001011101011001010111011000001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F71; }

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

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

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

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

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

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

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

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