#E1695E

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

Shades of Roman #E1695E

Tints of Roman #E1695E

Color information

#E1695E (or 0xE1695E) is unknown color: approx Roman. HEX triplet: E1, 69 and 5E. RGB value is (225,105,94). Sum of RGB (Red+Green+Blue) = 225+105+94=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1695E is #1E96A1. Grayscale: #8B8B8B. Windows color (decimal): -2004642 or 6187489. OLE color: 6187489.

HSL color Cylindrical-coordinate representation of color #E1695E: hue angle of 5.04º 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 #E1695E is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22510594-
CMYK00.530.580.12
HSL5.04º68.59%62.55%-
HSV(B)5.04º58.22%88.24%-
XYZ38.1226.9213.78-
YUV139.63102.26188.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 94 (37.11% from 255) = 22.17%
R=53.07%
G=24.76%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251059400.530.580.125.0468.5962.55
HexE1695E0353AC5453f
Octal3411511360657214510577
Binary1110000111010011011110011010111101011001011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1695E; }

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

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

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

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

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

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

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

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