#E05E5C

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

Shades of Roman #E05E5C

Tints of Roman #E05E5C

Color information

#E05E5C (or 0xE05E5C) is unknown color: approx Roman. HEX triplet: E0, 5E and 5C. RGB value is (224,94,92). Sum of RGB (Red+Green+Blue) = 224+94+92=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E5C is #1FA1A3. Grayscale: #848484. Windows color (decimal): -2072996 or 6053600. OLE color: 6053600.

HSL color Cylindrical-coordinate representation of color #E05E5C: hue angle of 0.91º degrees, saturation: 0.68, 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 #E05E5C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB2249492-
CMYK00.580.590.12
HSL0.91º68.04%61.96%-
HSV(B)0.91º58.93%87.84%-
XYZ36.6724.6312.95-
YUV132.64105.07193.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.63%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=54.63%
G=22.93%
B=22.44%

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
Decimal224949200.580.590.120.9168.0461.96
HexE05E5C03A3BC1443e
Octal3401361340727314110476
Binary11100000101111010111000111010111011110011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05E5C; }

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

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

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

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

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

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

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

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