#E15E5A

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

Shades of Roman #E15E5A

Tints of Roman #E15E5A

Color information

#E15E5A (or 0xE15E5A) is unknown color: approx Roman. HEX triplet: E1, 5E and 5A. RGB value is (225,94,90). Sum of RGB (Red+Green+Blue) = 225+94+90=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E5A is #1EA1A5. Grayscale: #848484. Windows color (decimal): -2007462 or 5922529. OLE color: 5922529.

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

Color convert

RGB2259490-
CMYK00.580.600.12
HSL1.78º69.23%61.76%-
HSV(B)1.78º60%88.24%-
XYZ36.924.7512.51-
YUV132.71103.9193.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.01%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=55.01%
G=22.98%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225949000.580.600.121.7869.2361.76
HexE15E5A03A3CC2453e
Octal3411361320727414210576
Binary111000011011110101101001110101111001100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E5A; }

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

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

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

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

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

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

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

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