#E55D5C

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

Shades of Roman #E55D5C

Tints of Roman #E55D5C

Color information

#E55D5C (or 0xE55D5C) is unknown color: approx Roman. HEX triplet: E5, 5D and 5C. RGB value is (229,93,92). Sum of RGB (Red+Green+Blue) = 229+93+92=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D5C is #1AA2A3. Grayscale: #858585. Windows color (decimal): -1745572 or 6053349. OLE color: 6053349.

HSL color Cylindrical-coordinate representation of color #E55D5C: 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.6%. Process color model (Four color, CMYK) of #E55D5C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB2299392-
CMYK00.590.600.10
HSL0.44º72.49%62.94%-
HSV(B)0.44º59.83%89.8%-
XYZ38.1625.2612.99-
YUV133.55104.56196.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=55.31%
G=22.46%
B=22.22%

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
Decimal229939200.590.600.100.4472.4962.94
HexE55D5C03B3CA0483f
Octal3451351340737412011077
Binary11100101101110110111000111011111100101001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55D5C; }

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

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

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

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

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

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

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

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