#E05A66

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

Shades of Mandy #E05A66

Tints of Mandy #E05A66

Color information

#E05A66 (or 0xE05A66) is unknown color: approx Mandy. HEX triplet: E0, 5A and 66. RGB value is (224,90,102). Sum of RGB (Red+Green+Blue) = 224+90+102=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A66 is #1FA599. Grayscale: #838383. Windows color (decimal): -2074010 or 6707936. OLE color: 6707936.

HSL color Cylindrical-coordinate representation of color #E05A66: hue angle of 354.63º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05A66 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22490102-
CMYK00.600.540.12
HSL354.63º68.37%61.57%-
HSV(B)354.63º59.82%87.84%-
XYZ36.7924.1215.29-
YUV131.43111.39194.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.85%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=53.85%
G=21.63%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249010200.600.540.12354.6368.3761.57
HexE05A6603C36C163443e
Octal340132146074661454310476
Binary1110000010110101100110011110011011011001011000111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05A66; }

 p { color: rgb(224,90,102); }

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

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

 a { background-color: rgb(224,90,102); }

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

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

 span { border-color: rgb(224,90,102); }

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