#E16766

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

Shades of Roman #E16766

Tints of Roman #E16766

Color information

#E16766 (or 0xE16766) is unknown color: approx Roman. HEX triplet: E1, 67 and 66. RGB value is (225,103,102). Sum of RGB (Red+Green+Blue) = 225+103+102=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E16766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16766 is #1E9899. Grayscale: #8B8B8B. Windows color (decimal): -2005146 or 6711265. OLE color: 6711265.

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

Color convert

RGB225103102-
CMYK00.540.550.12
HSL0.49º67.21%64.12%-
HSV(B)0.49º54.67%88.24%-
XYZ38.326.6715.7-
YUV139.36106.92189.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 102 (40.23% from 255) = 23.72%
R=52.33%
G=23.95%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510310200.540.550.120.4967.2164.12
HexE1676603637C04340
Octal34114714606667140103100
Binary111000011100111110011001101101101111100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16766; }

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

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

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

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

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

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

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

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