#E35C5F

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

Shades of Mandy #E35C5F

Tints of Mandy #E35C5F

Color information

#E35C5F (or 0xE35C5F) is unknown color: approx Mandy. HEX triplet: E3, 5C and 5F. RGB value is (227,92,95). Sum of RGB (Red+Green+Blue) = 227+92+95=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C5F is #1CA3A0. Grayscale: #848484. Windows color (decimal): -1876897 or 6249699. OLE color: 6249699.

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

Color convert

RGB2279295-
CMYK00.590.580.11
HSL358.67º70.68%62.55%-
HSV(B)358.67º59.47%89.02%-
XYZ37.5724.8113.64-
YUV132.71106.73195.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.83%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=54.83%
G=22.22%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227929500.590.580.11358.6770.6862.55
HexE35C5F03B3AB167473f
Octal343134137073721354710777
Binary1110001110111001011111011101111101010111011001111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35C5F; }

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

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

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

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

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

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

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

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