#E34E5A

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

Shades of Mandy #E34E5A

Tints of Mandy #E34E5A

Color information

#E34E5A (or 0xE34E5A) is unknown color: approx Mandy. HEX triplet: E3, 4E and 5A. RGB value is (227,78,90). Sum of RGB (Red+Green+Blue) = 227+78+90=395 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.47% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34E5A is #1CB1A5. Grayscale: #7C7C7C. Windows color (decimal): -1880486 or 5918435. OLE color: 5918435.

HSL color Cylindrical-coordinate representation of color #E34E5A: hue angle of 355.17º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34E5A is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2277890-
CMYK00.660.600.11
HSL355.17º72.68%59.8%-
HSV(B)355.17º65.64%89.02%-
XYZ36.2522.5212.11-
YUV123.92108.86201.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.47%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=57.47%
G=19.75%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227789000.660.600.11355.1772.6859.8
HexE34E5A0423CB163493c
Octal3431161320102741354311174
Binary11100011100111010110100100001011110010111011000111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34E5A; }

 p { color: rgb(227,78,90); }

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

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

 a { background-color: rgb(227,78,90); }

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

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

 span { border-color: rgb(227,78,90); }

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