#e35f5d

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

Shades of Roman #E35F5D

Tints of Roman #E35F5D

Color information

#E35F5D (or 0xE35F5D) is unknown color: approx Roman. HEX triplet: E3, 5F and 5D. RGB value is (227,95,93). Sum of RGB (Red+Green+Blue) = 227+95+93=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F5D is #1CA0A2. Grayscale: #868686. Windows color (decimal): -1876131 or 6119395. OLE color: 6119395.

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

Color convert

RGB2279593-
CMYK00.580.590.11
HSL0.9º70.53%62.75%-
HSV(B)0.9º59.03%89.02%-
XYZ37.7525.3113.25-
YUV134.24104.73194.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.70%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=54.70%
G=22.89%
B=22.41%

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
Decimal227959300.580.590.110.970.5362.75
HexE35F5D03A3BB1473f
Octal3431371350727313110777
Binary11100011101111110111010111010111011101111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35f5d; }

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

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

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

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

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

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

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

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