#EC565A

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

Shades of Mandy #EC565A

Tints of Mandy #EC565A

Color information

#EC565A (or 0xEC565A) is unknown color: approx Mandy. HEX triplet: EC, 56 and 5A. RGB value is (236,86,90). Sum of RGB (Red+Green+Blue) = 236+86+90=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC565A is #13A9A5. Grayscale: #838383. Windows color (decimal): -1288614 or 5920492. OLE color: 5920492.

HSL color Cylindrical-coordinate representation of color #EC565A: hue angle of 358.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC565A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2368690-
CMYK00.640.620.07
HSL358.4º79.79%63.14%-
HSV(B)358.4º63.56%92.55%-
XYZ39.7725.2312.45-
YUV131.31104.7202.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.28%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=57.28%
G=20.87%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236869000.640.620.07358.479.7963.14
HexEC565A0403E7166503f
Octal354126132010076754612077
Binary1110110010101101011010010000001111101111011001101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC565A; }

 p { color: rgb(236,86,90); }

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

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

 a { background-color: rgb(236,86,90); }

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

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

 span { border-color: rgb(236,86,90); }

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