#E64D4E

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

Shades of Mandy #E64D4E

Tints of Mandy #E64D4E

Color information

#E64D4E (or 0xE64D4E) is unknown color: approx Mandy. HEX triplet: E6, 4D and 4E. RGB value is (230,77,78). Sum of RGB (Red+Green+Blue) = 230+77+78=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D4E is #19B2B1. Grayscale: #7B7B7B. Windows color (decimal): -1684146 or 5131750. OLE color: 5131750.

HSL color Cylindrical-coordinate representation of color #E64D4E: hue angle of 359.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64D4E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB2307778-
CMYK00.670.660.10
HSL359.61º75.37%60.2%-
HSV(B)359.61º66.52%90.2%-
XYZ36.6622.689.65-
YUV122.86102.69204.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.74%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=59.74%
G=20%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230777800.670.660.10359.6175.3760.2
HexE64D4E04342A1684b3c
Octal34611511601031021255011374
Binary111001101001101100111001000011100001010101011010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64D4E; }

 p { color: rgb(230,77,78); }

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

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

 a { background-color: rgb(230,77,78); }

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

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

 span { border-color: rgb(230,77,78); }

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