#E16A69

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

Shades of Roman #E16A69

Tints of Roman #E16A69

Color information

#E16A69 (or 0xE16A69) is unknown color: approx Roman. HEX triplet: E1, 6A and 69. RGB value is (225,106,105). Sum of RGB (Red+Green+Blue) = 225+106+105=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A69 is #1E9596. Grayscale: #8D8D8D. Windows color (decimal): -2004375 or 6908641. OLE color: 6908641.

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

Color convert

RGB225106105-
CMYK00.530.530.12
HSL0.5º66.67%64.71%-
HSV(B)0.5º53.33%88.24%-
XYZ38.7627.3416.6-
YUV141.47107.42187.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=51.61%
G=24.31%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510610500.530.530.120.566.6764.71
HexE16A6903535C14341
Octal34115215106565141103101
Binary111000011101010110100101101011101011100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A69; }

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

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

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

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

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

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

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

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