#e64a4f

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

Shades of Mandy #E64A4F

Tints of Mandy #E64A4F

Color information

#E64A4F (or 0xE64A4F) is unknown color: approx Mandy. HEX triplet: E6, 4A and 4F. RGB value is (230,74,79). Sum of RGB (Red+Green+Blue) = 230+74+79=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64A4F is #19B5B0. Grayscale: #797979. Windows color (decimal): -1684913 or 5196518. OLE color: 5196518.

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

Color convert

RGB2307479-
CMYK00.680.660.10
HSL358.08º75.73%59.61%-
HSV(B)358.08º67.83%90.2%-
XYZ36.4922.299.78-
YUV121.21104.18205.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.05%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 79 (31.25% from 255) = 20.63%
R=60.05%
G=19.32%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230747900.680.660.10358.0875.7359.61
HexE64A4F04442A1664c3c
Octal34611211701041021254611474
Binary111001101001010100111101000100100001010101011001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e64a4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e64a4f; }

 p { color: rgb(230,74,79); }

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

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

 a { background-color: rgb(230,74,79); }

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

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

 span { border-color: rgb(230,74,79); }

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