#E05D58

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

Shades of Roman #E05D58

Tints of Roman #E05D58

Color information

#E05D58 (or 0xE05D58) is unknown color: approx Roman. HEX triplet: E0, 5D and 58. RGB value is (224,93,88). Sum of RGB (Red+Green+Blue) = 224+93+88=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D58 is #1FA2A7. Grayscale: #838383. Windows color (decimal): -2073256 or 5791200. OLE color: 5791200.

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

Color convert

RGB2249388-
CMYK00.580.610.12
HSL2.21º68.69%61.18%-
HSV(B)2.21º60.71%87.84%-
XYZ36.4224.3812.02-
YUV131.6103.4193.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.31%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 88 (34.77% from 255) = 21.73%
R=55.31%
G=22.96%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224938800.580.610.122.2168.6961.18
HexE05D5803A3DC2453d
Octal3401351300727514210575
Binary111000001011101101100001110101111011100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05D58; }

 p { color: rgb(224,93,88); }

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

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

 a { background-color: rgb(224,93,88); }

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

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

 span { border-color: rgb(224,93,88); }

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