#E55F5B

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

Shades of Roman #E55F5B

Tints of Roman #E55F5B

Color information

#E55F5B (or 0xE55F5B) is unknown color: approx Roman. HEX triplet: E5, 5F and 5B. RGB value is (229,95,91). Sum of RGB (Red+Green+Blue) = 229+95+91=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F5B is #1AA0A4. Grayscale: #868686. Windows color (decimal): -1745061 or 5988325. OLE color: 5988325.

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

Color convert

RGB2299591-
CMYK00.590.600.10
HSL1.74º72.63%62.75%-
HSV(B)1.74º60.26%89.8%-
XYZ38.2925.612.82-
YUV134.61103.39195.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=55.18%
G=22.89%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229959100.590.600.101.7472.6362.75
HexE55F5B03B3CA2493f
Octal3451371330737412211177
Binary111001011011111101101101110111111001010101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55F5B; }

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

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

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

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

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

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

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

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