#E16A6A

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

Shades of Roman #E16A6A

Tints of Roman #E16A6A

Color information

#E16A6A (or 0xE16A6A) is unknown color: approx Roman. HEX triplet: E1, 6A and 6A. RGB value is (225,106,106). Sum of RGB (Red+Green+Blue) = 225+106+106=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A6A is #1E9595. Grayscale: #8D8D8D. Windows color (decimal): -2004374 or 6974177. OLE color: 6974177.

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

Color convert

RGB225106106-
CMYK00.530.530.12
HSL66.48%64.9%-
HSV(B)52.89%88.24%-
XYZ38.8127.3616.87-
YUV141.58107.92187.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=51.49%
G=24.26%
B=24.26%

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
Decimal22510610600.530.530.12066.4864.9
HexE16A6A03535C04241
Octal34115215206565140102101
Binary111000011101010110101001101011101011100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16A6A; }

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

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

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

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

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

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

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

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