#E86260

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

Shades of Roman #E86260

Tints of Roman #E86260

Color information

#E86260 (or 0xE86260) is unknown color: approx Roman. HEX triplet: E8, 62 and 60. RGB value is (232,98,96). Sum of RGB (Red+Green+Blue) = 232+98+96=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E86260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86260 is #179D9F. Grayscale: #898989. Windows color (decimal): -1547680 or 6316776. OLE color: 6316776.

HSL color Cylindrical-coordinate representation of color #E86260: hue angle of 0.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86260 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2329896-
CMYK00.580.590.09
HSL0.88º74.73%64.31%-
HSV(B)0.88º58.62%90.98%-
XYZ39.7626.7414.13-
YUV137.84104.39195.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.46%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=54.46%
G=23.00%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232989600.580.590.090.8874.7364.31
HexE8626003A3B914b40
Octal35014214007273111113100
Binary111010001100010110000001110101110111001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86260; }

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

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

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

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

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

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

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

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