#E0464C

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

Shades of Mandy #E0464C

Tints of Mandy #E0464C

Color information

#E0464C (or 0xE0464C) is unknown color: approx Mandy. HEX triplet: E0, 46 and 4C. RGB value is (224,70,76). Sum of RGB (Red+Green+Blue) = 224+70+76=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0464C is #1FB9B3. Grayscale: #747474. Windows color (decimal): -2079156 or 4998880. OLE color: 4998880.

HSL color Cylindrical-coordinate representation of color #E0464C: hue angle of 357.66º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0464C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB2247076-
CMYK00.690.660.12
HSL357.66º71.3%57.65%-
HSV(B)357.66º68.75%87.84%-
XYZ34.2420.759.04-
YUV116.73105.02204.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.54%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=60.54%
G=18.92%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224707600.690.660.12357.6671.357.65
HexE0464C04542C166473a
Octal34010611401051021454610772
Binary111000001000110100110001000101100001011001011001101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0464C; }

 p { color: rgb(224,70,76); }

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

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

 a { background-color: rgb(224,70,76); }

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

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

 span { border-color: rgb(224,70,76); }

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