#E1645E

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

Shades of Roman #E1645E

Tints of Roman #E1645E

Color information

#E1645E (or 0xE1645E) is unknown color: approx Roman. HEX triplet: E1, 64 and 5E. RGB value is (225,100,94). Sum of RGB (Red+Green+Blue) = 225+100+94=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1645E is #1E9BA1. Grayscale: #888888. Windows color (decimal): -2005922 or 6186209. OLE color: 6186209.

HSL color Cylindrical-coordinate representation of color #E1645E: hue angle of 2.75º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1645E is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22510094-
CMYK00.560.580.12
HSL2.75º68.59%62.55%-
HSV(B)2.75º58.22%88.24%-
XYZ37.6325.9313.61-
YUV136.69103.91190.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.70%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=53.70%
G=23.87%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251009400.560.580.122.7568.5962.55
HexE1645E0383AC3453f
Octal3411441360707214310577
Binary111000011100100101111001110001110101100111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1645E; }

 p { color: rgb(225,100,94); }

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

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

 a { background-color: rgb(225,100,94); }

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

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

 span { border-color: rgb(225,100,94); }

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