#E45F5D

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

Shades of Roman #E45F5D

Tints of Roman #E45F5D

Color information

#E45F5D (or 0xE45F5D) is unknown color: approx Roman. HEX triplet: E4, 5F and 5D. RGB value is (228,95,93). Sum of RGB (Red+Green+Blue) = 228+95+93=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F5D is #1BA0A2. Grayscale: #868686. Windows color (decimal): -1810595 or 6119396. OLE color: 6119396.

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

Color convert

RGB2289593-
CMYK00.580.590.11
HSL0.89º71.43%62.94%-
HSV(B)0.89º59.21%89.41%-
XYZ38.0625.4713.27-
YUV134.54104.56194.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.81%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=54.81%
G=22.84%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228959300.580.590.110.8971.4362.94
HexE45F5D03A3BB1473f
Octal3441371350727313110777
Binary11100100101111110111010111010111011101111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45F5D; }

 p { color: rgb(228,95,93); }

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

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

 a { background-color: rgb(228,95,93); }

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

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

 span { border-color: rgb(228,95,93); }

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