#E15E5C

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

Shades of Roman #E15E5C

Tints of Roman #E15E5C

Color information

#E15E5C (or 0xE15E5C) is unknown color: approx Roman. HEX triplet: E1, 5E and 5C. RGB value is (225,94,92). Sum of RGB (Red+Green+Blue) = 225+94+92=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E5C is #1EA1A3. Grayscale: #858585. Windows color (decimal): -2007460 or 6053601. OLE color: 6053601.

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

Color convert

RGB2259492-
CMYK00.580.590.12
HSL0.9º68.91%62.16%-
HSV(B)0.9º59.11%88.24%-
XYZ36.9924.7912.96-
YUV132.94104.9193.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=54.74%
G=22.87%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225949200.580.590.120.968.9162.16
HexE15E5C03A3BC1453e
Octal3411361340727314110576
Binary11100001101111010111000111010111011110011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E5C; }

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

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

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

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

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

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

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

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