#E85E5B

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

Shades of Roman #E85E5B

Tints of Roman #E85E5B

Color information

#E85E5B (or 0xE85E5B) is unknown color: approx Roman. HEX triplet: E8, 5E and 5B. RGB value is (232,94,91). Sum of RGB (Red+Green+Blue) = 232+94+91=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E5B is #17A1A4. Grayscale: #878787. Windows color (decimal): -1548709 or 5988072. OLE color: 5988072.

HSL color Cylindrical-coordinate representation of color #E85E5B: hue angle of 1.28º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85E5B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB2329491-
CMYK00.590.610.09
HSL1.28º75.4%63.33%-
HSV(B)1.28º60.78%90.98%-
XYZ39.1725.9212.84-
YUV134.92103.22197.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.64%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=55.64%
G=22.54%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232949100.590.610.091.2875.463.33
HexE85E5B03B3D914b3f
Octal3501361330737511111377
Binary11101000101111010110110111011111101100111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85E5B; }

 p { color: rgb(232,94,91); }

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

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

 a { background-color: rgb(232,94,91); }

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

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

 span { border-color: rgb(232,94,91); }

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