#E34B4E

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

Shades of Mandy #E34B4E

Tints of Mandy #E34B4E

Color information

#E34B4E (or 0xE34B4E) is unknown color: approx Mandy. HEX triplet: E3, 4B and 4E. RGB value is (227,75,78). Sum of RGB (Red+Green+Blue) = 227+75+78=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34B4E is #1CB4B1. Grayscale: #787878. Windows color (decimal): -1881266 or 5131235. OLE color: 5131235.

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

Color convert

RGB2277578-
CMYK00.670.660.11
HSL358.82º73.08%59.22%-
HSV(B)358.82º66.96%89.02%-
XYZ35.5721.919.56-
YUV120.79103.86203.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.74%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=59.74%
G=19.74%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227757800.670.660.11358.8273.0859.22
HexE34B4E04342B167493b
Octal34311311601031021354711173
Binary111000111001011100111001000011100001010111011001111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34B4E; }

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

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

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

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

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

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

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

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