#E16664

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

Shades of Roman #E16664

Tints of Roman #E16664

Color information

#E16664 (or 0xE16664) is unknown color: approx Roman. HEX triplet: E1, 66 and 64. RGB value is (225,102,100). Sum of RGB (Red+Green+Blue) = 225+102+100=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16664 is #1E999B. Grayscale: #8A8A8A. Windows color (decimal): -2005404 or 6579937. OLE color: 6579937.

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

Color convert

RGB225102100-
CMYK00.550.560.12
HSL0.96º67.57%63.73%-
HSV(B)0.96º55.56%88.24%-
XYZ38.126.4315.15-
YUV138.55106.25189.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=52.69%
G=23.89%
B=23.42%

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
Decimal22510210000.550.560.120.9667.5763.73
HexE1666403738C14440
Octal34114614406770141104100
Binary111000011100110110010001101111110001100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16664; }

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

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

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

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

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

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

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

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