#E25A65

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

Shades of Mandy #E25A65

Tints of Mandy #E25A65

Color information

#E25A65 (or 0xE25A65) is unknown color: approx Mandy. HEX triplet: E2, 5A and 65. RGB value is (226,90,101). Sum of RGB (Red+Green+Blue) = 226+90+101=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A65 is #1DA59A. Grayscale: #848484. Windows color (decimal): -1942939 or 6642402. OLE color: 6642402.

HSL color Cylindrical-coordinate representation of color #E25A65: hue angle of 355.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25A65 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB22690101-
CMYK00.600.550.11
HSL355.15º70.1%61.96%-
HSV(B)355.15º60.18%88.63%-
XYZ37.3724.4215.06-
YUV131.92110.56195.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.20%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=54.20%
G=21.58%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269010100.600.550.11355.1570.161.96
HexE25A6503C37B163463e
Octal342132145074671354310676
Binary1110001010110101100101011110011011110111011000111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25A65; }

 p { color: rgb(226,90,101); }

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

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

 a { background-color: rgb(226,90,101); }

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

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

 span { border-color: rgb(226,90,101); }

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