#E16463

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

Shades of Roman #E16463

Tints of Roman #E16463

Color information

#E16463 (or 0xE16463) is unknown color: approx Roman. HEX triplet: E1, 64 and 63. RGB value is (225,100,99). Sum of RGB (Red+Green+Blue) = 225+100+99=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E16463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16463 is #1E9B9C. Grayscale: #898989. Windows color (decimal): -2005917 or 6513889. OLE color: 6513889.

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

Color convert

RGB22510099-
CMYK00.560.560.12
HSL0.48º67.74%63.53%-
HSV(B)0.48º56%88.24%-
XYZ37.8626.0214.83-
YUV137.26106.41190.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=53.07%
G=23.58%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251009900.560.560.120.4867.7463.53
HexE1646303838C04440
Octal34114414307070140104100
Binary111000011100100110001101110001110001100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16463; }

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

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

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

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

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

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

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

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