#E64D52

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

Shades of Mandy #E64D52

Tints of Mandy #E64D52

Color information

#E64D52 (or 0xE64D52) is unknown color: approx Mandy. HEX triplet: E6, 4D and 52. RGB value is (230,77,82). Sum of RGB (Red+Green+Blue) = 230+77+82=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64D52 is #19B2AD. Grayscale: #7B7B7B. Windows color (decimal): -1684142 or 5393894. OLE color: 5393894.

HSL color Cylindrical-coordinate representation of color #E64D52: hue angle of 358.04º 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 #E64D52 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2307782-
CMYK00.670.640.10
HSL358.04º75.37%60.2%-
HSV(B)358.04º66.52%90.2%-
XYZ36.8122.7410.43-
YUV123.32104.69204.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.13%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=59.13%
G=19.79%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230778200.670.640.10358.0475.3760.2
HexE64D5204340A1664b3c
Octal34611512201031001254611374
Binary111001101001101101001001000011100000010101011001101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64D52; }

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

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

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

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

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

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

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

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