#E16564

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

Shades of Roman #E16564

Tints of Roman #E16564

Color information

#E16564 (or 0xE16564) is unknown color: approx Roman. HEX triplet: E1, 65 and 64. RGB value is (225,101,100). Sum of RGB (Red+Green+Blue) = 225+101+100=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E16564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16564 is #1E9A9B. Grayscale: #8A8A8A. Windows color (decimal): -2005660 or 6579681. OLE color: 6579681.

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

Color convert

RGB225101100-
CMYK00.550.560.12
HSL0.48º67.57%63.73%-
HSV(B)0.48º55.56%88.24%-
XYZ38.0126.2415.12-
YUV137.96106.58190.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.82%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=52.82%
G=23.71%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510110000.550.560.120.4867.5763.73
HexE1656403738C04440
Octal34114514406770140104100
Binary111000011100101110010001101111110001100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16564; }

 p { color: rgb(225,101,100); }

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

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

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

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

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

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

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