#EA5661

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

Shades of Mandy #EA5661

Tints of Mandy #EA5661

Color information

#EA5661 (or 0xEA5661) is unknown color: approx Mandy. HEX triplet: EA, 56 and 61. RGB value is (234,86,97). Sum of RGB (Red+Green+Blue) = 234+86+97=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5661 is #15A99E. Grayscale: #838383. Windows color (decimal): -1419679 or 6379242. OLE color: 6379242.

HSL color Cylindrical-coordinate representation of color #EA5661: hue angle of 355.54º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5661 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB2348697-
CMYK00.630.590.08
HSL355.54º77.89%62.75%-
HSV(B)355.54º63.25%91.76%-
XYZ39.4225.0114.06-
YUV131.51108.53201.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.12%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=56.12%
G=20.62%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234869700.630.590.08355.5477.8962.75
HexEA566103F3B81644e3f
Octal352126141077731054411677
Binary1110101010101101100001011111111101110001011001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5661; }

 p { color: rgb(234,86,97); }

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

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

 a { background-color: rgb(234,86,97); }

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

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

 span { border-color: rgb(234,86,97); }

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