#E16764

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

Shades of Roman #E16764

Tints of Roman #E16764

Color information

#E16764 (or 0xE16764) is unknown color: approx Roman. HEX triplet: E1, 67 and 64. RGB value is (225,103,100). Sum of RGB (Red+Green+Blue) = 225+103+100=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E16764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16764 is #1E989B. Grayscale: #8B8B8B. Windows color (decimal): -2005148 or 6580193. OLE color: 6580193.

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

Color convert

RGB225103100-
CMYK00.540.560.12
HSL1.44º67.57%63.73%-
HSV(B)1.44º55.56%88.24%-
XYZ38.226.6315.18-
YUV139.14105.92189.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=52.57%
G=24.07%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510310000.540.560.121.4467.5763.73
HexE1676403638C14440
Octal34114714406670141104100
Binary111000011100111110010001101101110001100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16764; }

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

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

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

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

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

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

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

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