#E16666

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

Shades of Roman #E16666

Tints of Roman #E16666

Color information

#E16666 (or 0xE16666) is unknown color: approx Roman. HEX triplet: E1, 66 and 66. RGB value is (225,102,102). Sum of RGB (Red+Green+Blue) = 225+102+102=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E16666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16666 is #1E9999. Grayscale: #8A8A8A. Windows color (decimal): -2005402 or 6711009. OLE color: 6711009.

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

Color convert

RGB225102102-
CMYK00.550.550.12
HSL67.21%64.12%-
HSV(B)54.67%88.24%-
XYZ38.226.4715.67-
YUV138.78107.25189.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=52.45%
G=23.78%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510210200.550.550.12067.2164.12
HexE1666603737C04340
Octal34114614606767140103100
Binary111000011100110110011001101111101111100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16666; }

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

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

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

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

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

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

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

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