#E86764

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

Shades of Roman #E86764

Tints of Roman #E86764

Color information

#E86764 (or 0xE86764) is unknown color: approx Roman. HEX triplet: E8, 67 and 64. RGB value is (232,103,100). Sum of RGB (Red+Green+Blue) = 232+103+100=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E86764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86764 is #17989B. Grayscale: #8D8D8D. Windows color (decimal): -1546396 or 6580200. OLE color: 6580200.

HSL color Cylindrical-coordinate representation of color #E86764: hue angle of 1.36º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86764 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB232103100-
CMYK00.560.570.09
HSL1.36º74.16%65.1%-
HSV(B)1.36º56.9%90.98%-
XYZ40.4327.7815.29-
YUV141.23104.74192.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 103 (40.62% from 255) = 23.68%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=53.33%
G=23.68%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210310000.560.570.091.3674.1665.1
HexE8676403839914a41
Octal35014714407071111112101
Binary111010001100111110010001110001110011001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86764; }

 p { color: rgb(232,103,100); }

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

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

 a { background-color: rgb(232,103,100); }

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

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

 span { border-color: rgb(232,103,100); }

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