#E46265

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

Shades of Froly #E46265

Tints of Froly #E46265

Color information

#E46265 (or 0xE46265) is unknown color: approx Froly. HEX triplet: E4, 62 and 65. RGB value is (228,98,101). Sum of RGB (Red+Green+Blue) = 228+98+101=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E46265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46265 is #1B9D9A. Grayscale: #898989. Windows color (decimal): -1809819 or 6644452. OLE color: 6644452.

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

Color convert

RGB22898101-
CMYK00.570.560.11
HSL358.62º70.65%63.92%-
HSV(B)358.62º57.02%89.41%-
XYZ38.7126.1715.32-
YUV137.21107.57192.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.40%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=53.40%
G=22.95%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289810100.570.560.11358.6270.6563.92
HexE4626503938B1674740
Octal3441421450717013547107100
Binary11100100110001011001010111001111000101110110011110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46265; }

 p { color: rgb(228,98,101); }

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

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

 a { background-color: rgb(228,98,101); }

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

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

 span { border-color: rgb(228,98,101); }

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