#e05c59

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

Shades of Roman #E05C59

Tints of Roman #E05C59

Color information

#E05C59 (or 0xE05C59) is unknown color: approx Roman. HEX triplet: E0, 5C and 59. RGB value is (224,92,89). Sum of RGB (Red+Green+Blue) = 224+92+89=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C59 is #1FA3A6. Grayscale: #838383. Windows color (decimal): -2073511 or 5856480. OLE color: 5856480.

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

Color convert

RGB2249289-
CMYK00.590.600.12
HSL1.33º68.53%61.37%-
HSV(B)1.33º60.27%87.84%-
XYZ36.3724.2212.21-
YUV131.13104.23194.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 92 (36.33% from 255) = 22.72%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=55.31%
G=22.72%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224928900.590.600.121.3368.5361.37
HexE05C5903B3CC1453d
Octal3401341310737414110575
Binary11100000101110010110010111011111100110011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05c59; }

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

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

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

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

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

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

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

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