#E36468

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

Shades of Froly #E36468

Tints of Froly #E36468

Color information

#E36468 (or 0xE36468) is unknown color: approx Froly. HEX triplet: E3, 64 and 68. RGB value is (227,100,104). Sum of RGB (Red+Green+Blue) = 227+100+104=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E36468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36468 is #1C9B97. Grayscale: #8A8A8A. Windows color (decimal): -1874840 or 6841571. OLE color: 6841571.

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

Color convert

RGB227100104-
CMYK00.560.540.11
HSL358.11º69.4%64.12%-
HSV(B)358.11º55.95%89.02%-
XYZ38.7326.4416.16-
YUV138.43108.58191.17-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.67%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=52.67%
G=23.20%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710010400.560.540.11358.1169.464.12
HexE3646803836B1664540
Octal3431441500706613546105100
Binary11100011110010011010000111000110110101110110011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E36468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E36468; }

 p { color: rgb(227,100,104); }

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

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

 a { background-color: rgb(227,100,104); }

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

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

 span { border-color: rgb(227,100,104); }

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