#EF5258

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

Shades of Mandy #EF5258

Tints of Mandy #EF5258

Color information

#EF5258 (or 0xEF5258) is unknown color: approx Mandy. HEX triplet: EF, 52 and 58. RGB value is (239,82,88). Sum of RGB (Red+Green+Blue) = 239+82+88=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5258 is #10ADA7. Grayscale: #818181. Windows color (decimal): -1093032 or 5788399. OLE color: 5788399.

HSL color Cylindrical-coordinate representation of color #EF5258: hue angle of 357.71º 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 #EF5258 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB2398288-
CMYK00.660.630.06
HSL357.71º83.07%62.94%-
HSV(B)357.71º65.69%93.73%-
XYZ40.3825.0911.95-
YUV129.63104.51206.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.44%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=58.44%
G=20.05%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239828800.660.630.06357.7183.0762.94
HexEF52580423F6166533f
Octal357122130010277654612377
Binary1110111110100101011000010000101111111101011001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5258; }

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

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

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

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

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

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

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

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