#E15A56

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

Shades of Roman #E15A56

Tints of Roman #E15A56

Color information

#E15A56 (or 0xE15A56) is unknown color: approx Roman. HEX triplet: E1, 5A and 56. RGB value is (225,90,86). Sum of RGB (Red+Green+Blue) = 225+90+86=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A56 is #1EA5A9. Grayscale: #828282. Windows color (decimal): -2008490 or 5659361. OLE color: 5659361.

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

Color convert

RGB2259086-
CMYK00.600.620.12
HSL1.73º69.85%60.98%-
HSV(B)1.73º61.78%88.24%-
XYZ36.3923.9911.52-
YUV129.91103.23195.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.11%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=56.11%
G=22.44%
B=21.45%

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
Decimal225908600.600.620.121.7369.8560.98
HexE15A5603C3EC2463d
Octal3411321260747614210675
Binary111000011011010101011001111001111101100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A56; }

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

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

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

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

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

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

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

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