#EF565A

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

Shades of Mandy #EF565A

Tints of Mandy #EF565A

Color information

#EF565A (or 0xEF565A) is unknown color: approx Mandy. HEX triplet: EF, 56 and 5A. RGB value is (239,86,90). Sum of RGB (Red+Green+Blue) = 239+86+90=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF565A is #10A9A5. Grayscale: #848484. Windows color (decimal): -1092006 or 5920495. OLE color: 5920495.

HSL color Cylindrical-coordinate representation of color #EF565A: hue angle of 358.43º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF565A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2398690-
CMYK00.640.620.06
HSL358.43º82.7%63.73%-
HSV(B)358.43º64.02%93.73%-
XYZ40.7725.7412.49-
YUV132.2104.19204.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.59%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=57.59%
G=20.72%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239869000.640.620.06358.4382.763.73
HexEF565A0403E61665340
Octal3571261320100766546123100
Binary11101111101011010110100100000011111011010110011010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF565A; }

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

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

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

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

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

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

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

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