#E56864

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

Shades of Roman #E56864

Tints of Roman #E56864

Color information

#E56864 (or 0xE56864) is unknown color: approx Roman. HEX triplet: E5, 68 and 64. RGB value is (229,104,100). Sum of RGB (Red+Green+Blue) = 229+104+100=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E56864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56864 is #1A979B. Grayscale: #8D8D8D. Windows color (decimal): -1742748 or 6580453. OLE color: 6580453.

HSL color Cylindrical-coordinate representation of color #E56864: hue angle of 1.86º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E56864 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229104100-
CMYK00.550.560.10
HSL1.86º71.27%64.51%-
HSV(B)1.86º56.33%89.8%-
XYZ39.5627.4815.28-
YUV140.92104.91190.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=52.89%
G=24.02%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910410000.550.560.101.8671.2764.51
HexE5686403738A24741
Octal34515014406770122107101
Binary1110010111010001100100011011111100010101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56864; }

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

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

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

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

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

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

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

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