#E16161

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

Shades of Roman #E16161

Tints of Roman #E16161

Color information

#E16161 (or 0xE16161) is unknown color: approx Roman. HEX triplet: E1, 61 and 61. RGB value is (225,97,97). Sum of RGB (Red+Green+Blue) = 225+97+97=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E16161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16161 is #1E9E9E. Grayscale: #878787. Windows color (decimal): -2006687 or 6382049. OLE color: 6382049.

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

Color convert

RGB2259797-
CMYK00.570.570.12
HSL68.09%63.14%-
HSV(B)56.89%88.24%-
XYZ37.4825.4214.24-
YUV135.27106.41192-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.70%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=53.70%
G=23.15%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225979700.570.570.12068.0963.14
HexE1616103939C0443f
Octal3411411410717114010477
Binary11100001110000111000010111001111001110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16161; }

 p { color: rgb(225,97,97); }

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

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

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

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

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

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

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