#E56260

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

Shades of Roman #E56260

Tints of Roman #E56260

Color information

#E56260 (or 0xE56260) is unknown color: approx Roman. HEX triplet: E5, 62 and 60. RGB value is (229,98,96). Sum of RGB (Red+Green+Blue) = 229+98+96=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E56260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56260 is #1A9D9F. Grayscale: #898989. Windows color (decimal): -1744288 or 6316773. OLE color: 6316773.

HSL color Cylindrical-coordinate representation of color #E56260: hue angle of 0.9º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56260 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB2299896-
CMYK00.570.580.10
HSL0.9º71.89%63.73%-
HSV(B)0.9º58.08%89.8%-
XYZ38.7926.2414.09-
YUV136.94104.9193.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.14%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=54.14%
G=23.17%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229989600.570.580.100.971.8963.73
HexE562600393AA14840
Octal34514214007172121110100
Binary111001011100010110000001110011110101010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56260; }

 p { color: rgb(229,98,96); }

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

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

 a { background-color: rgb(229,98,96); }

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

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

 span { border-color: rgb(229,98,96); }

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