#E15956

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

Shades of Roman #E15956

Tints of Roman #E15956

Color information

#E15956 (or 0xE15956) is unknown color: approx Roman. HEX triplet: E1, 59 and 56. RGB value is (225,89,86). Sum of RGB (Red+Green+Blue) = 225+89+86=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E15956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15956 is #1EA6A9. Grayscale: #818181. Windows color (decimal): -2008746 or 5659105. OLE color: 5659105.

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

Color convert

RGB2258986-
CMYK00.600.620.12
HSL1.29º69.85%60.98%-
HSV(B)1.29º61.78%88.24%-
XYZ36.323.8211.49-
YUV129.32103.56196.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 86 (33.98% from 255) = 21.5%
R=56.25%
G=22.25%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225898600.600.620.121.2969.8560.98
HexE1595603C3EC1463d
Octal3411311260747614110675
Binary11100001101100110101100111100111110110011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15956; }

 p { color: rgb(225,89,86); }

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

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

 a { background-color: rgb(225,89,86); }

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

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

 span { border-color: rgb(225,89,86); }

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