#E85B5B

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

Shades of Roman #E85B5B

Tints of Roman #E85B5B

Color information

#E85B5B (or 0xE85B5B) is unknown color: approx Roman. HEX triplet: E8, 5B and 5B. RGB value is (232,91,91). Sum of RGB (Red+Green+Blue) = 232+91+91=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B5B is #17A4A4. Grayscale: #858585. Windows color (decimal): -1549477 or 5987304. OLE color: 5987304.

HSL color Cylindrical-coordinate representation of color #E85B5B: hue angle of 0º 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 #E85B5B is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB2329191-
CMYK00.610.610.09
HSL75.4%63.33%-
HSV(B)60.78%90.98%-
XYZ38.9125.3912.75-
YUV133.16104.21198.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.04%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=56.04%
G=21.98%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232919100.610.610.09075.463.33
HexE85B5B03D3D904b3f
Octal3501331330757511011377
Binary11101000101101110110110111101111101100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85B5B; }

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

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

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

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

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

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

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

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