#E35C5D

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

Shades of Mandy #E35C5D

Tints of Mandy #E35C5D

Color information

#E35C5D (or 0xE35C5D) is unknown color: approx Mandy. HEX triplet: E3, 5C and 5D. RGB value is (227,92,93). Sum of RGB (Red+Green+Blue) = 227+92+93=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C5D is #1CA3A2. Grayscale: #848484. Windows color (decimal): -1876899 or 6118627. OLE color: 6118627.

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

Color convert

RGB2279293-
CMYK00.590.590.11
HSL359.56º70.68%62.55%-
HSV(B)359.56º59.47%89.02%-
XYZ37.4824.7813.16-
YUV132.48105.73195.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.10%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=55.10%
G=22.33%
B=22.57%

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
Decimal227929300.590.590.11359.5670.6862.55
HexE35C5D03B3BB168473f
Octal343134135073731355010777
Binary1110001110111001011101011101111101110111011010001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35C5D; }

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

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

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

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

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

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

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

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