#E46B75

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

Shades of Froly #E46B75

Tints of Froly #E46B75

Color information

#E46B75 (or 0xE46B75) is unknown color: approx Froly. HEX triplet: E4, 6B and 75. RGB value is (228,107,117). Sum of RGB (Red+Green+Blue) = 228+107+117=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B75 is #1B948A. Grayscale: #909090. Windows color (decimal): -1807499 or 7695332. OLE color: 7695332.

HSL color Cylindrical-coordinate representation of color #E46B75: hue angle of 355.04º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46B75 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB228107117-
CMYK00.530.490.11
HSL355.04º69.14%65.69%-
HSV(B)355.04º53.07%89.41%-
XYZ40.4628.2920.16-
YUV144.32112.59187.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.44%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=50.44%
G=23.67%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810711700.530.490.11355.0469.1465.69
HexE46B7503531B1634542
Octal3441531650656113543105102
Binary11100100110101111101010110101110001101110110001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46B75; }

 p { color: rgb(228,107,117); }

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

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

 a { background-color: rgb(228,107,117); }

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

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

 span { border-color: rgb(228,107,117); }

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