#EF646A

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

Shades of Froly #EF646A

Tints of Froly #EF646A

Color information

#EF646A (or 0xEF646A) is unknown color: approx Froly. HEX triplet: EF, 64 and 6A. RGB value is (239,100,106). Sum of RGB (Red+Green+Blue) = 239+100+106=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF646A is #109B95. Grayscale: #8E8E8E. Windows color (decimal): -1088406 or 6972655. OLE color: 6972655.

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

Color convert

RGB239100106-
CMYK00.580.560.06
HSL357.41º81.29%66.47%-
HSV(B)357.41º58.16%93.73%-
XYZ42.7628.5116.88-
YUV142.24107.55197.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=53.71%
G=22.47%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910010600.580.560.06357.4181.2966.47
HexEF646A03A3861655142
Octal357144152072706545121102
Binary1110111111001001101010011101011100011010110010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF646A; }

 p { color: rgb(239,100,106); }

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

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

 a { background-color: rgb(239,100,106); }

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

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

 span { border-color: rgb(239,100,106); }

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