#E64B52

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

Shades of Mandy #E64B52

Tints of Mandy #E64B52

Color information

#E64B52 (or 0xE64B52) is unknown color: approx Mandy. HEX triplet: E6, 4B and 52. RGB value is (230,75,82). Sum of RGB (Red+Green+Blue) = 230+75+82=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B52 is #19B4AD. Grayscale: #7A7A7A. Windows color (decimal): -1684654 or 5393382. OLE color: 5393382.

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

Color convert

RGB2307582-
CMYK00.670.640.10
HSL357.29º75.61%59.8%-
HSV(B)357.29º67.39%90.2%-
XYZ36.6722.4610.39-
YUV122.14105.35204.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.43%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=59.43%
G=19.38%
B=21.19%

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
Decimal230758200.670.640.10357.2975.6159.8
HexE64B5204340A1654c3c
Octal34611312201031001254511474
Binary111001101001011101001001000011100000010101011001011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B52; }

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

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

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

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

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

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

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

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