#E64B4E

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

Shades of Mandy #E64B4E

Tints of Mandy #E64B4E

Color information

#E64B4E (or 0xE64B4E) is unknown color: approx Mandy. HEX triplet: E6, 4B and 4E. RGB value is (230,75,78). Sum of RGB (Red+Green+Blue) = 230+75+78=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B4E is #19B4B1. Grayscale: #797979. Windows color (decimal): -1684658 or 5131238. OLE color: 5131238.

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

Color convert

RGB2307578-
CMYK00.670.660.10
HSL358.84º75.61%59.8%-
HSV(B)358.84º67.39%90.2%-
XYZ36.5222.419.61-
YUV121.69103.35205.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.05%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=60.05%
G=19.58%
B=20.37%

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
Decimal230757800.670.660.10358.8475.6159.8
HexE64B4E04342A1674c3c
Octal34611311601031021254711474
Binary111001101001011100111001000011100001010101011001111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B4E; }

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

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

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

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

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

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

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

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