#E35E5D

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

Shades of Roman #E35E5D

Tints of Roman #E35E5D

Color information

#E35E5D (or 0xE35E5D) is unknown color: approx Roman. HEX triplet: E3, 5E and 5D. RGB value is (227,94,93). Sum of RGB (Red+Green+Blue) = 227+94+93=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35E5D is #1CA1A2. Grayscale: #858585. Windows color (decimal): -1876387 or 6119139. OLE color: 6119139.

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

Color convert

RGB2279493-
CMYK00.590.590.11
HSL0.45º70.53%62.75%-
HSV(B)0.45º59.03%89.02%-
XYZ37.6625.1313.22-
YUV133.65105.06194.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.83%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=54.83%
G=22.71%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227949300.590.590.110.4570.5362.75
HexE35E5D03B3BB0473f
Octal3431361350737313010777
Binary11100011101111010111010111011111011101101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35E5D; }

 p { color: rgb(227,94,93); }

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

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

 a { background-color: rgb(227,94,93); }

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

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

 span { border-color: rgb(227,94,93); }

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