#E46075

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

Shades of Froly #E46075

Tints of Froly #E46075

Color information

#E46075 (or 0xE46075) is unknown color: approx Froly. HEX triplet: E4, 60 and 75. RGB value is (228,96,117). Sum of RGB (Red+Green+Blue) = 228+96+117=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E46075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46075 is #1B9F8A. Grayscale: #898989. Windows color (decimal): -1810315 or 7692516. OLE color: 7692516.

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

Color convert

RGB22896117-
CMYK00.580.490.11
HSL350.45º70.97%63.53%-
HSV(B)350.45º57.89%89.41%-
XYZ39.3926.1419.8-
YUV137.86116.23192.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.70%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=51.70%
G=21.77%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289611700.580.490.11350.4570.9763.53
HexE4607503A31B15e4740
Octal3441401650726113536107100
Binary11100100110000011101010111010110001101110101111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46075; }

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

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

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

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

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

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

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

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