#E35B6A

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

Shades of Froly #E35B6A

Tints of Froly #E35B6A

Color information

#E35B6A (or 0xE35B6A) is unknown color: approx Froly. HEX triplet: E3, 5B and 6A. RGB value is (227,91,106). Sum of RGB (Red+Green+Blue) = 227+91+106=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B6A is #1CA495. Grayscale: #858585. Windows color (decimal): -1877142 or 6970339. OLE color: 6970339.

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

Color convert

RGB22791106-
CMYK00.600.530.11
HSL353.38º70.83%62.35%-
HSV(B)353.38º59.91%89.02%-
XYZ38.0224.8516.43-
YUV133.37112.56194.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.54%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 106 (41.80% from 255) = 25%
R=53.54%
G=21.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279110600.600.530.11353.3870.8362.35
HexE35B6A03C35B161473e
Octal343133152074651354110776
Binary1110001110110111101010011110011010110111011000011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B6A; }

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

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

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

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

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

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

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

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