#EF5B62

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

Shades of Froly #EF5B62

Tints of Froly #EF5B62

Color information

#EF5B62 (or 0xEF5B62) is unknown color: approx Froly. HEX triplet: EF, 5B and 62. RGB value is (239,91,98). Sum of RGB (Red+Green+Blue) = 239+91+98=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5B62 is #10A49D. Grayscale: #888888. Windows color (decimal): -1090718 or 6446063. OLE color: 6446063.

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

Color convert

RGB2399198-
CMYK00.620.590.06
HSL357.16º82.22%64.71%-
HSV(B)357.16º61.92%93.73%-
XYZ41.5426.7114.52-
YUV136.05106.53201.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.84%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=55.84%
G=21.26%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239919800.620.590.06357.1682.2264.71
HexEF5B6203E3B61655241
Octal357133142076736545122101
Binary1110111110110111100010011111011101111010110010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5B62; }

 p { color: rgb(239,91,98); }

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

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

 a { background-color: rgb(239,91,98); }

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

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

 span { border-color: rgb(239,91,98); }

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