#E16B68

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

Shades of Roman #E16B68

Tints of Roman #E16B68

Color information

#E16B68 (or 0xE16B68) is unknown color: approx Roman. HEX triplet: E1, 6B and 68. RGB value is (225,107,104). Sum of RGB (Red+Green+Blue) = 225+107+104=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B68 is #1E9497. Grayscale: #8E8E8E. Windows color (decimal): -2004120 or 6843361. OLE color: 6843361.

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

Color convert

RGB225107104-
CMYK00.520.540.12
HSL1.49º66.85%64.51%-
HSV(B)1.49º53.78%88.24%-
XYZ38.8127.5216.36-
YUV141.94106.59187.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=51.61%
G=24.54%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510710400.520.540.121.4966.8564.51
HexE16B6803436C14341
Octal34115315006466141103101
Binary111000011101011110100001101001101101100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B68; }

 p { color: rgb(225,107,104); }

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

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

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

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

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

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

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