#E86564

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

Shades of Roman #E86564

Tints of Roman #E86564

Color information

#E86564 (or 0xE86564) is unknown color: approx Roman. HEX triplet: E8, 65 and 64. RGB value is (232,101,100). Sum of RGB (Red+Green+Blue) = 232+101+100=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E86564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86564 is #179A9B. Grayscale: #8C8C8C. Windows color (decimal): -1546908 or 6579688. OLE color: 6579688.

HSL color Cylindrical-coordinate representation of color #E86564: hue angle of 0.45º 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 #E86564 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB232101100-
CMYK00.560.570.09
HSL0.45º74.16%65.1%-
HSV(B)0.45º56.9%90.98%-
XYZ40.2327.3815.22-
YUV140.06105.4193.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.58%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=53.58%
G=23.33%
B=23.09%

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
Decimal23210110000.560.570.090.4574.1665.1
HexE8656403839904a41
Octal35014514407071110112101
Binary111010001100101110010001110001110011001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86564; }

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

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

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

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

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

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

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

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