#E16461

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

Shades of Roman #E16461

Tints of Roman #E16461

Color information

#E16461 (or 0xE16461) is unknown color: approx Roman. HEX triplet: E1, 64 and 61. RGB value is (225,100,97). Sum of RGB (Red+Green+Blue) = 225+100+97=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16461 is #1E9B9E. Grayscale: #898989. Windows color (decimal): -2005919 or 6382817. OLE color: 6382817.

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

Color convert

RGB22510097-
CMYK00.560.570.12
HSL1.41º68.09%63.14%-
HSV(B)1.41º56.89%88.24%-
XYZ37.7725.9814.33-
YUV137.03105.41190.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=53.32%
G=23.70%
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.12
SystemRedGreenBlueCMYKHSL
Decimal2251009700.560.570.121.4168.0963.14
HexE1646103839C1443f
Octal3411441410707114110477
Binary11100001110010011000010111000111001110011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16461; }

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

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

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

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

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

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

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

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