#E55F5E

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

Shades of Roman #E55F5E

Tints of Roman #E55F5E

Color information

#E55F5E (or 0xE55F5E) is unknown color: approx Roman. HEX triplet: E5, 5F and 5E. RGB value is (229,95,94). Sum of RGB (Red+Green+Blue) = 229+95+94=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F5E is #1AA0A1. Grayscale: #878787. Windows color (decimal): -1745058 or 6184933. OLE color: 6184933.

HSL color Cylindrical-coordinate representation of color #E55F5E: hue angle of 0.44º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F5E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2299594-
CMYK00.590.590.10
HSL0.44º72.19%63.33%-
HSV(B)0.44º58.95%89.8%-
XYZ38.4325.6513.52-
YUV134.95104.89195.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 94 (37.11% from 255) = 22.49%
R=54.78%
G=22.73%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229959400.590.590.100.4472.1963.33
HexE55F5E03B3BA0483f
Octal3451371360737312011077
Binary11100101101111110111100111011111011101001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F5E; }

 p { color: rgb(229,95,94); }

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

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

 a { background-color: rgb(229,95,94); }

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

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

 span { border-color: rgb(229,95,94); }

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