#e16158

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

Shades of Roman #E16158

Tints of Roman #E16158

Color information

#E16158 (or 0xE16158) is unknown color: approx Roman. HEX triplet: E1, 61 and 58. RGB value is (225,97,88). Sum of RGB (Red+Green+Blue) = 225+97+88=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E16158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16158 is #1E9EA7. Grayscale: #868686. Windows color (decimal): -2006696 or 5792225. OLE color: 5792225.

HSL color Cylindrical-coordinate representation of color #E16158: hue angle of 3.94º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E16158 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB2259788-
CMYK00.570.610.12
HSL3.94º69.54%61.37%-
HSV(B)3.94º60.89%88.24%-
XYZ37.0925.2612.15-
YUV134.25101.91192.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.88%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 88 (34.77% from 255) = 21.46%
R=54.88%
G=23.66%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225978800.570.610.123.9469.5461.37
HexE161580393DC4463d
Octal3411411300717514410675
Binary1110000111000011011000011100111110111001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16158; }

 p { color: rgb(225,97,88); }

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

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

 a { background-color: rgb(225,97,88); }

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

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

 span { border-color: rgb(225,97,88); }

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