#E16261

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

Shades of Roman #E16261

Tints of Roman #E16261

Color information

#E16261 (or 0xE16261) is unknown color: approx Roman. HEX triplet: E1, 62 and 61. RGB value is (225,98,97). Sum of RGB (Red+Green+Blue) = 225+98+97=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E16261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16261 is #1E9D9E. Grayscale: #878787. Windows color (decimal): -2006431 or 6382305. OLE color: 6382305.

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

Color convert

RGB2259897-
CMYK00.560.570.12
HSL0.47º68.09%63.14%-
HSV(B)0.47º56.89%88.24%-
XYZ37.5825.6114.27-
YUV135.86106.08191.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=53.57%
G=23.33%
B=23.10%

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
Decimal225989700.560.570.120.4768.0963.14
HexE1626103839C0443f
Octal3411421410707114010477
Binary11100001110001011000010111000111001110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16261; }

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

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

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

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

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

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

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

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