#E55C5C

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

Shades of Roman #E55C5C

Tints of Roman #E55C5C

Color information

#E55C5C (or 0xE55C5C) is unknown color: approx Roman. HEX triplet: E5, 5C and 5C. RGB value is (229,92,92). Sum of RGB (Red+Green+Blue) = 229+92+92=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C5C is #1AA3A3. Grayscale: #858585. Windows color (decimal): -1745828 or 6053093. OLE color: 6053093.

HSL color Cylindrical-coordinate representation of color #E55C5C: hue angle of 0º degrees, saturation: 0.72, 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 #E55C5C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2299292-
CMYK00.600.600.10
HSL72.49%62.94%-
HSV(B)59.83%89.8%-
XYZ38.0725.0912.96-
YUV132.96104.89196.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=55.45%
G=22.28%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229929200.600.600.10072.4962.94
HexE55C5C03C3CA0483f
Octal3451341340747412011077
Binary11100101101110010111000111100111100101001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55C5C; }

 p { color: rgb(229,92,92); }

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

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

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

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

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

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

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