#EF5255

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

Shades of Mandy #EF5255

Tints of Mandy #EF5255

Color information

#EF5255 (or 0xEF5255) is unknown color: approx Mandy. HEX triplet: EF, 52 and 55. RGB value is (239,82,85). Sum of RGB (Red+Green+Blue) = 239+82+85=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5255 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5255 is #10ADAA. Grayscale: #818181. Windows color (decimal): -1093035 or 5591791. OLE color: 5591791.

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

Color convert

RGB2398285-
CMYK00.660.640.06
HSL358.85º83.07%62.94%-
HSV(B)358.85º65.69%93.73%-
XYZ40.2525.0411.31-
YUV129.28103.01206.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.87%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=58.87%
G=20.20%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239828500.660.640.06358.8583.0762.94
HexEF5255042406167533f
Octal3571221250102100654712377
Binary11101111101001010101010100001010000001101011001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5255; }

 p { color: rgb(239,82,85); }

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

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

 a { background-color: rgb(239,82,85); }

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

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

 span { border-color: rgb(239,82,85); }

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